docs(readme): Add example content of requirements.txt

This commit is contained in:
Vadim Kravcenko 2015-05-15 15:32:02 +02:00
parent 45558ad58d
commit 91db3afac7

View File

@ -49,6 +49,14 @@ Example
$ pipreqs /home/project/location
Successfully saved requirements file in /home/project/location/requirements.txt
Contents of requirements.txt
::
wheel==0.23.0
Yarg==0.1.9
docopt==0.6.2
Why not pip freeze?
-------------------