@@ -44,7 +44,7 @@ Key terms
4444 ``pyvenv ``. It allows virtual environments to be used on versions of
4545 Python prior to 3.4, which either don't provide ``pyvenv `` at all, or
4646 aren't able to automatically install ``pip `` into created environments.
47- * the `Python Package Index <https://pypi.python.org/pypi >`__ is a public
47+ * the `Python Packaging Index <https://pypi.python.org/pypi >`__ is a public
4848 repository of open source licensed packages made available for use by
4949 other Python users
5050* the `Python Packaging Authority
@@ -70,7 +70,7 @@ The standard packaging tools are all designed to be used from the command
7070line.
7171
7272The following command will install the latest version of a module and its
73- dependencies from the Python Package Index::
73+ dependencies from the Python Packaging Index::
7474
7575 python -m pip install SomePackage
7676
@@ -103,8 +103,8 @@ into an active virtual environment uses the commands shown above.
103103
104104.. seealso ::
105105
106- `Python Packaging User Guide: Installing Python packages
107- <http ://packaging.python.org/en/latest/tutorial .html#installing-python-packages > `__
106+ `Python Packaging User Guide: Installing Python Distribution Packages
107+ <https ://packaging.python.org/en/latest/installing .html#installing-python-distributions > `__
108108
109109
110110How do I ...?
@@ -121,8 +121,8 @@ User Guide.
121121
122122.. seealso ::
123123
124- `Python Packaging User Guide: Installing the Tools
125- <http ://packaging.python.org/en/latest/tutorial .html#installing-the-tools > `__
124+ `Python Packaging User Guide: Setup for Installing Distribution Packages
125+ <https ://packaging.python.org/en/latest/installing .html#setup-for-installing-distributions > `__
126126
127127
128128.. installing-per-user-installation:
@@ -205,7 +205,7 @@ the installation process.
205205
206206With the introduction of support for the binary ``wheel `` format, and the
207207ability to publish wheels for at least Windows and Mac OS X through the
208- Python Package Index, this problem is expected to diminish over time,
208+ Python Packaging Index, this problem is expected to diminish over time,
209209as users are more regularly able to install pre-built extensions rather
210210than needing to build them themselves.
211211
0 commit comments