pip3
A tool for installing and managing Python packages
TLDR
Find available packages
Install a package
Install a specific version of a package
Upgrade a package
Uninstall a package
Save the list of installed packages to a file
Install packages from a file
Show installed package info
Help
Usage:
pip3
Commands:
install Install packages.
download Download packages.
uninstall Uninstall packages.
freeze Output installed packages in requirements format.
list List installed packages.
show Show information about installed packages.
check Verify installed packages have compatible dependencies.
config Manage local and global configuration.
search Search PyPI for packages.
cache Inspect and manage pip's wheel cache.
wheel Build wheels from your requirements.
hash Compute hashes of package archives.
completion A helper command used for command completion.
debug Show information useful for debugging.
help Show help for commands.
General Options:
-h, --help Show help.
--isolated Run pip in an isolated mode, ignoring
environment variables and user configuration.
-v, --verbose Give more output. Option is additive, and can be
used up to 3 times.
-V, --version Show version and exit.
-q, --quiet Give less output. Option is additive, and can be
used up to 3 times (corresponding to WARNING,
ERROR, and CRITICAL logging levels).
--log
--no-input Disable prompting for input.
--proxy
[user:passwd@]proxy.server:port.
--retries
attempt (default 5 times).
--timeout
--exists-action
(s)witch, (i)gnore, (w)ipe, (b)ackup, (a)bort.
--trusted-host
even though it does not have valid or any HTTPS.
--cert
--client-cert
containing the private key and the certificate
in PEM format.
--cache-dir
--no-cache-dir Disable the cache.
--disable-pip-version-check
Don't periodically check PyPI to determine
whether a new version of pip is available for
download. Implied with --no-index.
--no-color Suppress colored output.
--no-python-version-warning
Silence deprecation warnings for upcoming
unsupported Pythons.
--use-feature
incompatible.
--use-deprecated
removed in the future.