We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c732bc commit 42b1404Copy full SHA for 42b1404
Doc/tutorial/venv.rst
@@ -93,8 +93,8 @@ Managing Packages with pip
93
==========================
94
95
You can install, upgrade, and remove packages using a program called
96
-:program:`pip`. By default ``pip`` will install packages from the Python
97
-Package Index, <https://pypi.org>. You can browse the Python
+:program:`pip`. By default ``pip`` will install packages from the `Python
+Package Index <https://pypi.org>`_. You can browse the Python
98
Package Index by going to it in your web browser.
99
100
``pip`` has a number of subcommands: "install", "uninstall",
0 commit comments