1PIP-HASH(1) pip PIP-HASH(1)
23
4
NAME
6pip-hash - description of pip hash command
7
DESCRIPTION
9Compute a hash of a local package archive.
1011
These can be used with --hash in a requirements file to do repeatable
12installs.
1314
USAGE
16pip hash [options] <file> ...
17
OPTIONS
19-a, --algorithm <algorithm>
20The hash algorithm to use: one of sha256, sha384, sha512
2122
AUTHOR
24pip developers
25
COPYRIGHT
272008-2020, PyPA
2829
30
31
32
20.2 August 05, 2020 PIP-HASH(1)