Fix README

This commit is contained in:
Vineet 2014-02-05 23:02:50 +05:30
parent 50e84a2a71
commit 8fb57fd076
1 changed files with 3 additions and 3 deletions

View File

@ -20,8 +20,8 @@ Installation
Usage and examples Usage and examples
------------------ ------------------
To give you a brief idea here is the output of ``pipdeptree`` compared To give you a brief idea, here is the output of ``pipdeptree``
with ``pip freeze``: compared with ``pip freeze``:
.. code-block:: bash .. code-block:: bash
@ -77,7 +77,7 @@ If you wish to track only the top level packages in your
slugify==0.0.1 slugify==0.0.1
redis==2.9.1 redis==2.9.1
$ pipdeptree.py | grep -P '^[\w0-9\-=.]+' > requirements.txt $ pipdeptree | grep -P '^[\w0-9\-=.]+' > requirements.txt
Usage Usage