Difference between revisions of "Requirements.txt"

From wikieduonline
Jump to navigation Jump to search
 
(21 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
 +
* <code>[[install -Ur]] requirements.txt</code>
  
* <code>[[aws-requests-auth]]</code>
+
* <code>[[pip install]] -r, --requirement <file></code>
  
* <code>[[inquirer]]</code>
+
* <code>[[pip install -r requirements.txt]]</code>
 +
 
 +
* <code>[[pip freeze]] > requirements.txt</code>
  
  
* <code>[[pytz]]</code>
+
[[RUN]] pip install --trusted-host pypi.python.org -r requirements.txt
  
  
* <code>[[install]] -Ur requirements.txt</code>
+
== Examples ==
  
  [[pip install]] -r, --requirement <file>
+
  .../...
 +
-f https://download.pytorch.org/whl/cpu/torch_stable.html
 +
.../...
  
  
 
== Related ==
 
== Related ==
* <code>[[pip freeze]] > requirements.txt</code>
 
 
* <code>[[pip list]]</code>
 
* <code>[[pip list]]</code>
 
* <code>[[pip install]] .</code>
 
* <code>[[pip install]] .</code>
 
* <code>[[pip install -r requirements.txt]]</code>
 
* <code>[[pip install -r requirements.txt]]</code>
 +
* <code>[[ModuleNotFoundError: No module named]]</code>
 +
* [[asdf]]: [[.tools-version]]
 +
* <code>[[composer.json]]</code>
 +
* <code>[[package.json]]</code>
 +
* <code>[[safety check]]</code>
 +
* Ansible: [[requirements.yml]]
 +
* <code>[[Pipfile]]</code>
  
 
== See also ==
 
== See also ==
 +
* {{wheel}}
 +
* {{pip install}}
 
* {{PIP}}
 
* {{PIP}}
* {{Python}}
 
  
 
[[Category:Python]]
 
[[Category:Python]]

Latest revision as of 19:51, 11 December 2023

Advertising: