X7ROOT File Manager
Current Path:
/opt/alt/python33/share/doc/alt-python33-pip/docs/reference
opt
/
alt
/
python33
/
share
/
doc
/
alt-python33-pip
/
docs
/
reference
/
ðŸ“
..
📄
index.rst
(185 B)
📄
pip.rst
(1.83 KB)
📄
pip_freeze.rst
(552 B)
📄
pip_install.rst
(13.46 KB)
📄
pip_list.rst
(555 B)
📄
pip_search.rst
(449 B)
📄
pip_show.rst
(423 B)
📄
pip_uninstall.rst
(543 B)
📄
pip_wheel.rst
(466 B)
Editing: pip_freeze.rst
.. _`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
Upload File
Create Folder