summaryrefslogblamecommitdiffstats
path: root/python/pipdeptree/README
blob: fb33f30749e1b313ccc610466931480e952f235f (plain) (tree)
1
2
3
4
5
6





                                                                     
pipdeptree is a command line utility for displaying the python
packages installed in an environment in form of a dependency
tree. Since 'pip freeze' shows all dependencies as a flat list,
finding out which are the top level packages and which packages do
they depend on requires some effort. This utility tries to solve this
problem.