Skip to content

Commit 8a1a6a5

Browse files
Fixed broken link in install docs.
With setup.py usage deprecated in Python 3.12, the install guide was removed from the docs. Pin link to 3.11 version, pending a fuller modernization.
1 parent 138cea9 commit 8a1a6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ or::
103103

104104
An alternative to installing it into the global site-packages is to
105105
add it to `your user local directory
106-
<https://docs.python.org/install/index.html#alternate-installation-the-user-scheme>`__
106+
<https://docs.python.org/3.11/install/index.html#alternate-installation-the-user-scheme>`__
107107
(usually `~/.local`).
108108

109109
::

0 commit comments

Comments
 (0)