remove note about --no-hashes

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-12 10:46:47 -04:00
parent 54d24edcc0
commit 2d1c63bde7
+1 -2
View File
@@ -379,8 +379,7 @@ production environments for reproducible builds.
.. note:: Due to different hashes being generated between wheels on different systems, you
will find hashes don't work cross-platform or between Python versions.
To solve this, you may either compile the lock file on your target system, or use
the less secure ``pipenv install --ignore-hashes``. If you wish to produce a
Pipfile.lock without hashes, you may also use ``pipenv lock --no-hashes``.
the less secure ``pipenv install --ignore-hashes``.
☤ Shell Completion
------------------