From a4e7cbc7723d31e56141b7c046297c22bd2ae15c Mon Sep 17 00:00:00 2001 From: EJ Lee Date: Tue, 20 Oct 2015 19:47:22 +0900 Subject: [PATCH] update usage --- README.rst | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index a3a84ee..2abab3c 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 - --debug Print debug information - --savepath Save the list of requirements in the given file - --force Overwrite existing requirements.txt + --use-local Use ONLY local package information instead of querying PyPI + --pypi-server Use custom PyPi server + --proxy Use Proxy, parameter will be passed to requests library + --debug Print debug information + --encoding Use encoding parameter for file open + --savepath Save the list of requirements in the given file + --force Overwrite existing requirements.txt + Example -------