Difference between revisions of "Pip freeze"

From wikieduonline
Jump to navigation Jump to search
 
Line 9: Line 9:
 
* <code>[[requirements.txt]]</code>
 
* <code>[[requirements.txt]]</code>
 
* <code>[[pip list]]</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 ==

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: