Skip to content

Commit

Permalink
another 'pip freeze' example
Browse files Browse the repository at this point in the history
  • Loading branch information
qwcode committed Apr 6, 2013
1 parent 0fb4a28 commit 8979b3f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/usage.rst
Expand Up @@ -220,6 +220,15 @@ Examples
docutils==0.9.1 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



pip list pip list
--------- ---------


Expand Down

0 comments on commit 8979b3f

Please sign in to comment.