We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2596cd commit 9406b3bCopy full SHA for 9406b3b
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