📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 04:04:41
📂
/ (Root)
/
opt
/
alt
/
python33
/
share
/
doc
/
alt-python33-pip
/
docs
/
reference
📍 /opt/alt/python33/share/doc/alt-python33-pip/docs/reference
🔄 Refresh
✏️
Editing: pip_freeze.rst
Read Only
.. _`pip freeze`: pip freeze ----------- .. contents:: Usage ***** .. pip-command-usage:: freeze Description *********** .. pip-command-description:: freeze Options ******* .. pip-command-options:: freeze Examples ******** 1) Generate output suitable for a requirements file. :: $ pip freeze Jinja2==2.6 Pygments==1.5 Sphinx==1.1.3 docutils==0.9.1 2) Generate a requirements file and then install from it in another environment. :: $ env1/bin/pip freeze > requirements.txt $ env2/bin/pip install -r requirements.txt
💾 Save Changes
❌ Cancel