diff options
Diffstat (limited to 'docs/usage.txt')
-rw-r--r-- | docs/usage.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/usage.txt b/docs/usage.txt index 991d0d54e..283f25db1 100644 --- a/docs/usage.txt +++ b/docs/usage.txt @@ -106,6 +106,16 @@ within a :ref:`requirements file <requirements-files>` in addition to on the command line directly. +Package Checksum Hashes +''''''''''''''''''''''' + +:term:`PyPI` provides a md5 hash of a package by having the link to the +package include a #md5=<hash>. pip supports this, as well as any of the +guaranteed hashlib algorithms (sha1, sha224, sha384, sha256, sha512, md5). + +The hash fragment is case sensitive (i.e. sha1 not SHA1). + + Uninstall packages ------------------ |