Difference between revisions of "Requirements.txt"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
* <code>[[pip install]] -r, --requirement <file></code> | * <code>[[pip install]] -r, --requirement <file></code> | ||
+ | |||
+ | * <code>[[pip freeze]] > requirements.txt</code> | ||
Revision as of 11:48, 13 April 2023
install -Ur requirements.txt
pip install -r, --requirement <file>
pip freeze > requirements.txt
RUN pip install --trusted-host pypi.python.org -r requirements.txt
Examples
.../... -f https://download.pytorch.org/whl/cpu/torch_stable.html .../...
Related
pip list
pip install .
pip install -r requirements.txt
ModuleNotFoundError: No module named
- asdf: .tools-version
composer.json
package.json
safety check
- Ansible: requirements.yml
Pipfile
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: