Difference between revisions of "Pip install"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
+ | * <code>[[pip3 install]]</code | ||
* <code>[[pip3 install --help]]</code> | * <code>[[pip3 install --help]]</code> | ||
* <code>pip3 install --upgrade</code> or <code>pip install -U</code> | * <code>pip3 install --upgrade</code> or <code>pip install -U</code> |
Revision as of 20:12, 27 June 2022
pip3 install</code
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 --no-cache-dir
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: