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 -------