mirror of
https://github.com/python/cpython.git
synced 2025-10-02 05:12:23 +00:00
docs: replace PyPI description with link (GH-101506)
(cherry picked from commit 45d014e03b
)
Co-authored-by: François Magimel <magimel.francois@gmail.com>
This commit is contained in:
parent
2366c1a4fe
commit
4392bf648f
1 changed files with 2 additions and 2 deletions
|
@ -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, <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
|
||||
Package Index by going to it in your web browser.
|
||||
|
||||
``pip`` has a number of subcommands: "install", "uninstall",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue