From 8a1a6a50b7c5e31b41684febbafeb6431d25a48f Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Thu, 7 Dec 2023 14:20:55 +0100 Subject: [PATCH] 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. --- docs/source/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index 7271cab..c7429dd 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -103,7 +103,7 @@ or:: An alternative to installing it into the global site-packages is to add it to `your user local directory -`__ +`__ (usually `~/.local`). ::