mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
3798d83a70
Clarify that `--deploy` is meant for enforcement and intentionally failing a build. Mention `pipenv sync` in the same section to try to establish it more clearly as the most obvious and normal way of doing installation from ``Pipfile.lock`` as part of a reproducible build process. Explicitly recommend against `pipenv install --ignore-pipfile` and suggest that it may be deprecated.