From 2d1c63bde7e36f538f7619239900882af4d67feb Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 12 Sep 2017 10:46:47 -0400 Subject: [PATCH] remove note about --no-hashes Signed-off-by: Kenneth Reitz --- docs/advanced.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/advanced.rst b/docs/advanced.rst index 650cac26..1f7dca3a 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -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 ------------------