Difference between revisions of "Pip freeze"

From wikieduonline
Jump to navigation Jump to search
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
 +
Output installed packages in [[requirements]] format
  
 +
* https://pip.pypa.io/en/stable/cli/pip_freeze/
 +
 +
pip freeze > [[requirements.txt]]
  
 
== Related ==
 
== Related ==
 
* <code>[[requirements.txt]]</code>
 
* <code>[[requirements.txt]]</code>
 +
* <code>[[pip list]]</code>
 +
 +
== News ==
 +
* Nov 2020 <code>pip freeze</code> will stop filtering the pip, setuptools, distribute and wheel packages from pip freeze output in a future version.<ref>https://pyfound.blogspot.com/2020/11/pip-20-3-new-resolver.html</ref>
  
 
== See also ==
 
== See also ==
 
* {{PIP}}
 
* {{PIP}}
 +
 +
[[Category:PIP]]

Latest revision as of 07:23, 29 June 2022

Output installed packages in requirements format

pip freeze > requirements.txt

Related[edit]

News[edit]

  • Nov 2020 pip freeze will stop filtering the pip, setuptools, distribute and wheel packages from pip freeze output in a future version.[1]

See also[edit]

  • https://pyfound.blogspot.com/2020/11/pip-20-3-new-resolver.html
  • Advertising: