PATH: //opt/alt/python34/share/doc/alt-python34-pip/docs/reference
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 index.rst
↓
X
📄 pip.rst
↓
X
📄 pip_freeze.rst
↓
X
📄 pip_install.rst
↓
X
📄 pip_list.rst
↓
X
📄 pip_search.rst
↓
X
📄 pip_show.rst
↓
X
📄 pip_uninstall.rst
↓
X
📄 pip_wheel.rst
↓
X
SAVING...
BERHASIL DIUBAH!
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
SIMPAN PERUBAHAN