pip-hash - Man Page
description of pip hash command
Description
Compute a hash of a local package archive.
These can be used with --hash in a requirements file to do repeatable installs.
Usage
python -m pip hash [options] <file> ...
Options
- -a, ā--algorithm <algorithm>
The hash algorithm to use: one of sha256, sha384, sha512
(environment variable: PIP_ALGORITHM)
Author
pip developers
Copyright
The pip developers
Referenced By
The man pages pip-3.13-hash(1), pip3.13-hash(1), pip-3-hash(1) and pip3-hash(1) are aliases of pip-hash(1).
Sep 06, 2024 24.2 pip