diff options
Diffstat (limited to 'python/pipdeptree/README')
-rw-r--r-- | python/pipdeptree/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/pipdeptree/README b/python/pipdeptree/README new file mode 100644 index 0000000000000..fb33f30749e1b --- /dev/null +++ b/python/pipdeptree/README @@ -0,0 +1,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. |