1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Do not suggest caching if higher level caching

Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
This commit is contained in:
Federico 2022-07-19 10:26:06 +02:00 committed by GitHub
parent fcda0edff5
commit 97abdbc040
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -140,6 +140,6 @@ The {ref}`pip cache` command can be used to manage pip's cache.
pip's caching behaviour is disabled by passing the `--no-cache-dir` option.
It is, however, recommended to **NOT** disable pip's caching (except for building containerized appplications). Doing so can
It is, however, recommended to **NOT** disable pip's caching unless you have caching at a higher level (eg: layered caches in container builds). Doing so can
significantly slow down pip (due to repeated operations and package builds)
and result in significantly more network usage.