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

Merge pull request #2302 from dstufft/document-cache

Document the default cache directories
(cherry picked from commit ef4b0a9bed)
This commit is contained in:
Donald Stufft 2015-01-02 23:29:17 -05:00
parent 274d434ed4
commit 9981efdd89
2 changed files with 11 additions and 0 deletions

View file

@ -20,6 +20,8 @@
* Update PEP 440 support to handle the latest changes to PEP 440, particularly
the changes to ``>V`` and ``<V`` so that they no longer imply ``!=V.*``.
* Document the default cache directories for each operating system.
**6.0.3 (2014-12-23)**

View file

@ -291,6 +291,15 @@ While this cache attempts to minimize network activity, it does not prevent
network access all together. If you want a fast/local install solution that
circumvents accessing PyPI, see :ref:`Fast & Local Installs`.
The default location for the cache directory depends on the Operating System:
Unix
:file:`~/.cache/pip` and it respects the ``XDG_CACHE_HOME`` directory.
OS X
:file:`~/Library/Caches/pip`.
Windows
:file:`<CSIDL_LOCAL_APPDATA>\pip\Cache`
Hash Verification
+++++++++++++++++