Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 1 addition & 2 deletions source/guides/index-mirrors-and-caches.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ cached copies of :term:`packages <Distribution Package>`:
by downloading all the requirements for a project and then pointing pip at
those downloaded files instead of going to PyPI.
2. A variation on the above which pre-builds the installation files for
the requirements using `python -m pip wheel
<https://pip.readthedocs.io/en/latest/reference/pip_wheel.html>`_:
the requirements using :ref:`python -m pip wheel <pip:pip wheel>`:

.. code-block:: bash

Expand Down
3 changes: 1 addition & 2 deletions source/tutorials/installing-packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,7 @@ Use pip for Installing

:ref:`pip` is the recommended installer. Below, we'll cover the most common
usage scenarios. For more detail, see the `pip docs <https://pip.pypa.io>`_,
which includes a complete `Reference Guide
<https://pip.pypa.io/en/latest/reference/index.html>`_.
which includes a complete :doc:`Reference Guide <pip:cli/index>`.


Installing from PyPI
Expand Down