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
16python -m pip 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
27The pip developers
2829
30
31
32
23.2 Aug 04, 2023 PIP-HASH(1)