Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions source/guides/migrating-to-pypi-org.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,12 @@ Downloading packages

``pypi.org`` is the default host for downloading packages.

If downloads still use the old ``pypi.python.org`` host, check whether a
:file:`pip.conf` file or the ``PIP_INDEX_URL`` environment variable overrides
pip's default index URL. See pip's
:ref:`configuration documentation <pip:config-file>` for the locations and
available settings.

Managing published packages and releases
----------------------------------------

Expand Down
Loading