From 7932e24f67a663dd89dd329d4842c4e88b14e3aa Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 13 Sep 2017 10:18:25 -0400 Subject: [PATCH] remove legacy note about different systems Signed-off-by: Kenneth Reitz --- docs/advanced.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/advanced.rst b/docs/advanced.rst index 1f7dca3a..161d89d3 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -376,11 +376,6 @@ environment into production. You can use ``pipenv lock`` to compile your depende your development environment and deploy the compiled ``Pipfile.lock`` to all of your 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``. - ☤ Shell Completion ------------------