mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814)
This commit is contained in:
parent
b056562860
commit
19177fbd5d
24 changed files with 45 additions and 44 deletions
|
|
@ -88,7 +88,7 @@ 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.python.org/pypi>. You can browse the Python
|
||||
Package Index, <https://pypi.org>. You can browse the Python
|
||||
Package Index by going to it in your web browser, or you can use ``pip``'s
|
||||
limited search feature:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue