Files
pipenv/docs
Jacob Henner af91eb68bb Add support for PyPI mirrors
Adds support for the --pypi-mirror command line parameter and the
PIPENV_PYPI_MIRROR environment variable for most pipenv operations.
This permits pipenv to function without pypi.org, which is necessary for
users:

    1. behind restrictive networks
    2. facing strict artifact sourcing policies
    3. experiencing poor performance connecting to pypi.org
    4. who've configured a local cache for performance reasons

When specified, the value of this parameter replaces all instances of
pypi.org and pypi.python.org within pipenv operations without modifying
or requring the modification of Pipfiles.

- Resolves #2075
2018-06-07 18:24:18 -04:00
..
2017-09-21 00:06:33 -04:00
2018-05-18 14:23:12 -04:00
2018-06-07 18:24:18 -04:00
2018-02-20 10:05:27 -05:00
2018-05-18 15:56:20 +08:00
2018-03-02 10:08:55 -05:00
2017-01-30 13:30:04 -05:00
2017-01-30 13:30:04 -05:00
2017-09-09 12:36:29 -04:00