File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,8 +90,8 @@ Managing Packages with pip
9090
9191Once you've activated a virtual environment, you can install, upgrade,
9292and remove packages using a program called :program: `pip `. By default
93- ``pip `` will install packages from the Python Packaging Index,
94- <https://pypi.python.org/pypi>. You can browse the Python Packaging Index
93+ ``pip `` will install packages from the Python Package Index,
94+ <https://pypi.python.org/pypi>. You can browse the Python Package Index
9595by going to it in your web browser, or you can use ``pip ``'s
9696limited search feature::
9797
@@ -193,5 +193,5 @@ necessary packages with ``install -r``::
193193
194194``pip `` has many more options. Consult the :ref: `installing-index `
195195guide for complete documentation for ``pip ``. When you've written
196- a package and want to make it available on the Python Packaging Index,
196+ a package and want to make it available on the Python Package Index,
197197consult the :ref: `distributing-index ` guide.
You can’t perform that action at this time.
0 commit comments