mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-06 03:25:21 +00:00
docs(readme): Add example content of requirements.txt
This commit is contained in:
parent
45558ad58d
commit
91db3afac7
10
README.rst
10
README.rst
@ -48,7 +48,15 @@ Example
|
|||||||
|
|
||||||
$ pipreqs /home/project/location
|
$ pipreqs /home/project/location
|
||||||
Successfully saved requirements file in /home/project/location/requirements.txt
|
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?
|
Why not pip freeze?
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user