Fix README
This commit is contained in:
parent
ba9376eca9
commit
af7bc5e9b4
|
@ -11,7 +11,7 @@ problem.
|
||||||
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` compared
|
||||||
to `pip freeze`
|
to `pip freeze`
|
||||||
|
|
||||||
.. source-code:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ pip freeze
|
$ pip freeze
|
||||||
Flask==0.10.1
|
Flask==0.10.1
|
||||||
|
@ -29,7 +29,7 @@ to `pip freeze`
|
||||||
slugify==0.0.1
|
slugify==0.0.1
|
||||||
wsgiref==0.1.2
|
wsgiref==0.1.2
|
||||||
|
|
||||||
.. source-code:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ python pipdeptree.py
|
$ python pipdeptree.py
|
||||||
wsgiref==0.1.2
|
wsgiref==0.1.2
|
||||||
|
|
Loading…
Reference in New Issue