Fix readme

This commit is contained in:
Vineet 2014-05-11 00:32:26 +05:30
parent ec6c2c6cc2
commit 7852d84b80
1 changed files with 8 additions and 8 deletions

View File

@ -77,7 +77,7 @@ Using pipdeptree to write requirements.txt file
-----------------------------------------------
If you wish to track only the top level packages in your
``requirements.txt`` file, it's possible to do so using `pipdeptree`
``requirements.txt`` file, it's possible to do so using ``pipdeptree``
by grep-ing only the top-level lines from the output,
.. code-block:: bash
@ -94,10 +94,10 @@ by grep-ing only the top-level lines from the output,
redis==2.9.1
There is a problem here though. The output doesn't mention anything
about `Lookupy` being installed as an editable package (refer to the
output of `pip freeze` above) and information about it's source is
lost. To fix this, `pipdeptree` must be run with a `-f` or `--freeze`
flag.
about ``Lookupy`` being installed as an editable package (refer to the
output of ``pip freeze`` above) and information about it's source is
lost. To fix this, ``pipdeptree`` must be run with a ``-f`` or
``--freeze`` flag.
.. code-block:: bash
@ -120,13 +120,13 @@ Usage
.. code-block:: bash
$ pipdeptree -h
usage: pipdeptree [-h] [-a] [-l]
usage: pipdeptree.py [-h] [-f] [-a] [-l]
Dependency tree of the installed python packages
optional arguments:
-h, --help show this help message and exit
-f, --freeze Print names so as to write freeze files
-a, --all list all deps at top level
-l, --local-only If in a virtualenv that has global access donot show
globally installed packages