Difference between revisions of "Pip install"
Jump to navigation
Jump to search
Line 25: | Line 25: | ||
* <code>pip install [[boto3]]</code> | * <code>pip install [[boto3]]</code> | ||
* <code>pip install aws-requests-auth</code> | * <code>pip install aws-requests-auth</code> | ||
+ | |||
+ | * <code>pip install git+https://github.com/psf/black</code> | ||
[[pip install --no-cache-dir]] | [[pip install --no-cache-dir]] |
Revision as of 12:25, 28 June 2022
pip3 install
pip3 install --help
pip3 install --upgrade
orpip install -U
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 boto3
pip install aws-requests-auth
pip install git+https://github.com/psf/black
pip install --no-cache-dir
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
pip search
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: