summaryrefslogtreecommitdiffstats
path: root/doc/usage/installation.rst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-05 16:20:58 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-05 16:20:58 +0000
commitffcb4b87846b4e4a2d9eee8df4b7ec40365878b8 (patch)
tree3c64877dd20ad1141111c77b3463e95686002b39 /doc/usage/installation.rst
parentAdding debian version 7.2.6-8. (diff)
downloadsphinx-ffcb4b87846b4e4a2d9eee8df4b7ec40365878b8.tar.xz
sphinx-ffcb4b87846b4e4a2d9eee8df4b7ec40365878b8.zip
Merging upstream version 7.3.7.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/usage/installation.rst')
-rw-r--r--doc/usage/installation.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/usage/installation.rst b/doc/usage/installation.rst
index e85603e..13dc6a9 100644
--- a/doc/usage/installation.rst
+++ b/doc/usage/installation.rst
@@ -64,7 +64,7 @@ a Python distribution such as `Anaconda`__.
__ https://brew.sh/
__ https://www.macports.org/
-__ https://www.anaconda.com/download/#macos
+__ https://www.anaconda.com/download
Homebrew
~~~~~~~~
@@ -199,9 +199,7 @@ use the following command.
$ python -m venv .venv
-You can read more about them in the `Python Packaging User Guide`_.
-
-.. _Python Packaging User Guide: https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/#creating-a-virtual-environment
+.. seealso:: :mod:`venv` -- creating virtual environments
.. warning::