mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
remove legacy note about different systems
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
@@ -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
|
||||
------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user