From 632206f9f44a0f1776227e80e1bcda1ac2fd38da Mon Sep 17 00:00:00 2001 From: Vadim Kravcenko Date: Fri, 5 Feb 2016 17:29:16 +0100 Subject: [PATCH] docs(readme): Update CLI options text --- README.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 2abab3c..4f6ff09 100644 --- a/README.rst +++ b/README.rst @@ -37,10 +37,14 @@ Usage pipreqs [options] 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 ... Ignore extra directories --encoding Use encoding parameter for file open --savepath Save the list of requirements in the given file --force Overwrite existing requirements.txt