Merge pull request #57 from akaihola/issue-56-pypi-server

Fixes #56: The --pypi-server option now accepts an URL
This commit is contained in:
Vadim Kravcenko 2016-12-13 15:09:45 +01:00 committed by GitHub
commit 797b6f808b
3 changed files with 7 additions and 2 deletions

View File

@ -3,6 +3,11 @@
History History
------- -------
0.4.5 (unreleased)
---------------------
* Fixed the --pypi-server option
0.4.4 (2016-07-14) 0.4.4 (2016-07-14)
--------------------- ---------------------

View File

@ -38,7 +38,7 @@ Usage
Options: Options:
--use-local Use ONLY local package info instead of querying PyPI --use-local Use ONLY local package info instead of querying PyPI
--pypi-server Use custom PyPi server --pypi-server <url> Use custom PyPi server
--proxy Use Proxy, parameter will be passed to requests library. You can also just set the --proxy Use Proxy, parameter will be passed to requests library. You can also just set the
environments parameter in your terminal: environments parameter in your terminal:
$ export HTTP_PROXY="http://10.10.1.10:3128" $ export HTTP_PROXY="http://10.10.1.10:3128"

View File

@ -7,7 +7,7 @@ Usage:
Options: Options:
--use-local Use ONLY local package info instead of querying PyPI --use-local Use ONLY local package info instead of querying PyPI
--pypi-server Use custom PyPi server --pypi-server <url> Use custom PyPi server
--proxy Use Proxy, parameter will be passed to requests library. You can also just set the --proxy Use Proxy, parameter will be passed to requests library. You can also just set the
environments parameter in your terminal: environments parameter in your terminal:
$ export HTTP_PROXY="http://10.10.1.10:3128" $ export HTTP_PROXY="http://10.10.1.10:3128"