remove PIPENV_USE_HASHES docs

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-07 12:08:09 -04:00
parent 23092efec9
commit 4b5dd0af7b
-1
View File
@@ -253,7 +253,6 @@ $ pipenv lock
variables. To activate them, simply create the variable in your shell and pipenv
will detect it.
- ``PIPENV_USE_HASHES`` — Tells Pipenv to use the ``--hashes`` mode automatically.
- ``PIPENV_SKIP_VALIDATION`` — Tells Pipenv to skip ``Pipfile`` validation (case-checking) — useful for slow internet connections.
- ``PIPENV_SHELL_COMPAT`` — Toggle from our default ``pipenv shell`` mode to classic.
(Suggested for use with pyenv).