Skip to content

Commit

Permalink
docs: correct link to Python venv module
Browse files Browse the repository at this point in the history
  • Loading branch information
GraemeWatt committed Oct 20, 2023
1 parent 497d462 commit 8b318b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ which also allows you to easily switch between the two instances:


.. _`Installing packages using pip and virtual environments`: https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/
.. _venv: https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/#creating-a-virtual-environment
.. _venv: https://docs.python.org/3/library/venv.html
.. _virtualenv: https://pypi.org/project/virtualenv/
.. _virtualenvwrapper: https://virtualenvwrapper.readthedocs.io/en/latest/

Expand Down

0 comments on commit 8b318b3

Please sign in to comment.