Skip to content

Commit

Permalink
Merge pull request #610 from vphilippon/pipdeptree-in-readme
Browse files Browse the repository at this point in the history
Add pipdeptree in the readme
  • Loading branch information
davidovich authored Nov 23, 2017
2 parents 5789bbe + d42bc17 commit de486b8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -204,3 +204,11 @@ Passing in empty arguments would cause it to default to ``requirements.txt``.
If you use multiple Python versions, you can run ``pip-sync`` as
``py -X.Y -m piptools sync ...`` on Windows and
``pythonX.Y -m piptools sync ...`` on other systems.


Other useful tools
==================

- `pipdeptree`_ to print the dependency tree of the installed packages.

.. _pipdeptree: https://github.com/naiquevin/pipdeptree

0 comments on commit de486b8

Please sign in to comment.