From: François Magimel Date: Fri, 3 Feb 2023 07:23:11 +0000 (+0100) Subject: docs: replace PyPI description with link (#101506) X-Git-Tag: v3.12.0a5~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45d014e03ba7ba4c9c912120ec36b2aca02061f4;p=thirdparty%2FPython%2Fcpython.git docs: replace PyPI description with link (#101506) --- diff --git a/Doc/tutorial/venv.rst b/Doc/tutorial/venv.rst index 1fdb370b33d5..05f0e6bbcc1b 100644 --- a/Doc/tutorial/venv.rst +++ b/Doc/tutorial/venv.rst @@ -98,8 +98,8 @@ Managing Packages with pip ========================== You can install, upgrade, and remove packages using a program called -:program:`pip`. By default ``pip`` will install packages from the Python -Package Index, . You can browse the Python +:program:`pip`. By default ``pip`` will install packages from the `Python +Package Index `_. You can browse the Python Package Index by going to it in your web browser. ``pip`` has a number of subcommands: "install", "uninstall",