1PIP-HASH(1) pip PIP-HASH(1)
2
3
4
6 pip-hash - description of pip hash command
7
8 IMPORTANT:
9 Did this article help?
10
11 We are currently doing research to improve pip's documentation and
12 would love your feedback. Please email us and let us know why you
13 came to this page and what on it helped you and what did not. (‐
14 Read more about this research)
15
17 Compute a hash of a local package archive.
18
19 These can be used with --hash in a requirements file to do repeatable
20 installs.
21
22
24 python -m pip hash [options] <file> ...
25
27 -a, --algorithm <algorithm>
28 The hash algorithm to use: one of sha256, sha384, sha512
29
30
31 IMPORTANT:
32 Did this article help?
33
34 We are currently doing research to improve pip's documentation and
35 would love your feedback. Please email us and let us know:
36
37 1. What problem were you trying to solve when you came to this page?
38
39 2. What content was useful?
40
41 3. What content was not useful?
42
44 pip developers
45
47 2008-2021, PyPA
48
49
50
51
5221.0 May 17, 2021 PIP-HASH(1)