mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-06 03:25:21 +00:00
Update help text
This commit is contained in:
parent
57626670ce
commit
b8a88e3c94
@ -34,11 +34,11 @@ Usage
|
|||||||
::
|
::
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
pipreqs <path> [options]
|
pipreqs [options] <path>
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--savepath Supply custom path for requirements.txt
|
--debug Print debug information
|
||||||
--debug See debug output
|
--savepath <file> Save the list of requirements in the given file
|
||||||
|
|
||||||
Example
|
Example
|
||||||
-------
|
-------
|
||||||
|
@ -3,12 +3,11 @@
|
|||||||
"""pipreqs - Generate pip requirements.txt file based on imports
|
"""pipreqs - Generate pip requirements.txt file based on imports
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
pipreqs <path>
|
pipreqs [options] <path>
|
||||||
pipreqs <path>[options]
|
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--debug prints debug information.
|
--debug Print debug information
|
||||||
--savepath path to requirements.txt (Optional)
|
--savepath <file> Save the list of requirements in the given file
|
||||||
"""
|
"""
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import os
|
import os
|
||||||
|
Loading…
x
Reference in New Issue
Block a user