Difference between revisions of "Pip install"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 33: | Line 33: | ||
* <code>[[pip install datadog]]</code> | * <code>[[pip install datadog]]</code> | ||
+ | |||
+ | * [[pip install prowler]] | ||
+ | |||
+ | * [[pip install psutil]] | ||
* [[pip install html2text]] | * [[pip install html2text]] | ||
Line 50: | Line 54: | ||
* <code>[[apt install python3-pip]]</code> | * <code>[[apt install python3-pip]]</code> | ||
* [[python3 -m pip install -e .]] | * [[python3 -m pip install -e .]] | ||
+ | * [[go install]] | ||
== See also == | == See also == |
Latest revision as of 08:32, 6 June 2024
pip3 install
pip3 install --help
pip3 install -U
orpip install --upgrade
pip install --no-cache-dir
pip install --trusted-host
Contents
Examples[edit]
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[edit]
pip install distutils zsh: command not found: pip
Options[edit]
-r, --requirement <file> Install from the given requirements file. This option can be used multiple times.
pip install -r requirements.txt
Related[edit]
See also[edit]
pip install, pip3 install, requirements.txt
- PIP: [
pipx, pip, pip3
|install | install --upgrade
|list
|show
|uninstall
|search
|install cryptography | --version
|help
, PIP changelog,pipdeptree
,install -r requirements.txt
]
Advertising: