SILENT KILLERPanel

Current Path: > > opt > alt > python33 > share > > > doc > alt-python33-pip > docs > reference


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //opt/alt/python33/share///doc/alt-python33-pip/docs/reference

NameTypeSizeLast ModifiedActions
index.rst File 185 bytes May 17 2014 02:18:55.
pip.rst File 1877 bytes May 17 2014 02:19:02.
pip_freeze.rst File 552 bytes May 17 2014 02:19:02.
pip_install.rst File 13785 bytes May 17 2014 02:19:02.
pip_list.rst File 555 bytes May 17 2014 02:19:02.
pip_search.rst File 449 bytes May 17 2014 02:18:55.
pip_show.rst File 423 bytes May 17 2014 02:18:55.
pip_uninstall.rst File 543 bytes May 17 2014 02:18:55.
pip_wheel.rst File 466 bytes May 17 2014 02:19:02.

Reading File: //opt/alt/python33/share///doc/alt-python33-pip/docs/reference/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

SILENT KILLER Tool