Skip to content

Commit

Permalink
docs(readme): Update CLI options text
Browse files Browse the repository at this point in the history
  • Loading branch information
bndr committed Feb 5, 2016
1 parent cdf95fb commit 632206f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,14 @@ Usage
pipreqs [options] <path>

Options:
--use-local Use ONLY local package information instead of querying PyPI
--use-local Use ONLY local package info instead of querying PyPI
--pypi-server Use custom PyPi server
--proxy Use Proxy, parameter will be passed to requests library
--proxy Use Proxy, parameter will be passed to requests library. You can also just set the
environments parameter in your terminal:
$ export HTTP_PROXY="http://10.10.1.10:3128"
$ export HTTPS_PROXY="https://10.10.1.10:1080"
--debug Print debug information
--ignore <dirs>... Ignore extra directories
--encoding <charset> Use encoding parameter for file open
--savepath <file> Save the list of requirements in the given file
--force Overwrite existing requirements.txt
Expand Down

0 comments on commit 632206f

Please sign in to comment.