Fix README
This commit is contained in:
parent
50e84a2a71
commit
8fb57fd076
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue