We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2596cd + 9406b3b commit a5595d5Copy full SHA for a5595d5
1 file changed
source/guides/index-mirrors-and-caches.rst
@@ -30,8 +30,8 @@ pip provides a number of facilities for speeding up installation by using local
30
cached copies of :term:`packages <Distribution Package>`:
31
32
1. `Fast & local installs
33
- <https://pip.pypa.io/en/latest/user_guide.html#fast-local-installs>`_ by
34
- downloading all the requirements for a project and then pointing pip at
+ <https://pip.pypa.io/en/latest/user_guide/#installing-from-local-packages>`_
+ 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 `pip wheel
0 commit comments