Difference between revisions of "Pip install"
Jump to navigation
Jump to search
Line 31: | Line 31: | ||
* <code>pip install git+https://github.com/psf/black</code> | * <code>pip install git+https://github.com/psf/black</code> | ||
+ | * <code>[[pip install datadog]]</code> | ||
== Errors == | == Errors == |
Revision as of 09:59, 5 December 2022
pip3 install
pip3 install --help
pip3 install -U
orpip install --upgrade
pip install --no-cache-dir
Contents
Examples
pip3 install .
pip install -U chaostoolkit
pip3 install keras
pip install gpustat
pip install glances
pip install celery
pip install python-utils
pip3 install conan
pip install cfn-lint
pip install pycrypto
pip install setuptools
pip3 install virtualenv
pip install git+https://github.com/psf/black
Errors
pip install distutils zsh: command not found: pip
Options
-r, --requirement <file> Install from the given requirements file. This option can be used multiple times.
pip install -r requirements.txt
Related
See also
- PIP: [
pipx, pip, pip3
|install | install --upgrade
|list
|show
|uninstall
|search
|install cryptography | --version
|help
, PIP changelog,pipdeptree
,install -r requirements.txt
]
Advertising: