summaryrefslogtreecommitdiff
path: root/docs/usage.txt
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2012-09-01 16:19:19 +0200
committerJannis Leidel <jannis@leidel.info>2012-09-01 16:19:19 +0200
commit235e1dea02abd3a89ab53ea8035fd4ee8a37887b (patch)
tree5e7b2c5a853aefed870863bed9da6722100e2420 /docs/usage.txt
parent6083597ebebd05d28b57d53c6077bfa7c3b168f8 (diff)
parentb183a327412e83ac24a9c9d28a6bedd94bb69d7b (diff)
downloadpip-threaded-page-getting.tar.gz
Merge branch 'develop' into threaded-page-gettingthreaded-page-getting
Diffstat (limited to 'docs/usage.txt')
-rw-r--r--docs/usage.txt10
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
------------------