Difference between revisions of "Requirements.txt"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
* <code>[[install -Ur]] requirements.txt</code> | * <code>[[install -Ur]] requirements.txt</code> | ||
− | + | * <code>[[pip install]] -r, --requirement <file></code> | |
== Examples == | == Examples == |
Revision as of 16:55, 18 August 2022
install -Ur requirements.txt
pip install -r, --requirement <file>
Examples
.../... -f https://download.pytorch.org/whl/cpu/torch_stable.html .../...
Related
pip freeze > requirements.txt
pip list
pip install .
pip install -r requirements.txt
ModuleNotFoundError: No module named
See also
- wheel,
bdist_wheel
, ERROR: Failed building wheel for, Building wheels for 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: