Difference between revisions of "Pip install"
Jump to navigation
Jump to search
Line 28: | Line 28: | ||
== Options == | == Options == | ||
* <code>-r, [[--requirement]] <file> Install from the given requirements file. This option can be used multiple times.</code> | * <code>-r, [[--requirement]] <file> Install from the given requirements file. This option can be used multiple times.</code> | ||
+ | * <code>[[pip install -r requirements.txt]]</code> | ||
== See also == | == See also == |
Revision as of 15:38, 17 June 2022
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
pip install virtualenv
pip install boto3
pip install aws-requests-auth
Options
-r, --requirement <file> Install from the given requirements file. This option can be used multiple times.
pip install -r requirements.txt
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: