Update README

This commit is contained in:
Vineet Naik 2015-08-03 21:21:08 +05:30
parent 49f4f977b4
commit f70827abe6
1 changed files with 6 additions and 0 deletions

View File

@ -151,6 +151,12 @@ lost. To fix this, ``pipdeptree`` must be run with a ``-f`` or
$ pipdeptree -f --nowarn | grep -P '^[\w0-9\-=.]+' > requirements.txt
The freeze flag will also not output the hyphens for child
dependencies, so you could dump the complete output of ``pipdeptree
-f`` to the requirements.txt file making the file human-friendly (due
to indentations) as well as pip-friendly. (Take care of duplicate
dependencies though)
Usage
-----