We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc8ffc9 commit cfa58cdCopy full SHA for cfa58cd
1 file changed
source/guides/index-mirrors-and-caches.rst
@@ -34,8 +34,7 @@ cached copies of :term:`packages <Distribution Package>`:
34
by downloading all the requirements for a project and then pointing pip at
35
those downloaded files instead of going to PyPI.
36
2. A variation on the above which pre-builds the installation files for
37
- the requirements using `python -m pip wheel
38
- <https://pip.pypa.io/en/latest/cli/pip_wheel/>`_:
+ the requirements using :ref:`python -m pip wheel <pip wheel>`:
39
40
.. code-block:: bash
41
0 commit comments