add example, usage, installation

This commit is contained in:
Vadim Kravcenko 2015-04-22 22:38:59 +02:00
parent 68e08af6c5
commit 2ce5bc9ea9

View File

@ -1,5 +1,5 @@
=============================== ===============================
pipreqs ``pipreqs`` - Generate requirements.txt file for any project based on imports
=============================== ===============================
.. image:: https://img.shields.io/travis/bndr/pipreqs.svg .. image:: https://img.shields.io/travis/bndr/pipreqs.svg
@ -8,15 +8,33 @@ pipreqs
.. image:: https://img.shields.io/pypi/v/pipreqs.svg .. image:: https://img.shields.io/pypi/v/pipreqs.svg
:target: https://pypi.python.org/pypi/pipreqs :target: https://pypi.python.org/pypi/pipreqs
Work In Progress Installation
------------
Pip Requirements generator ::
* Free software: Apache license pip install pipreqs
* Documentation: https://pipreqs.readthedocs.org.
Features Usage
-------- -----
::
Usage:
pipreqs <path> [options]
Options:
--savepath Supply custom path for requirements.txt
--debug See debug output
Example
-------
::
$ pipreqs /home/project/location
Successfuly saved requirements file in: /home/project/location/requirements.txt
Why not pip freeze? Why not pip freeze?
-------- --------