remove skip-lock from docs

This commit is contained in:
Matt Davis
2023-06-17 12:37:53 -04:00
committed by Oz Tiram
parent 8775d5998e
commit bd85705fde
-1
View File
@@ -27,7 +27,6 @@ The user can provide these additional parameters:
--system — Install packages to the system site-packages rather than into your virtualenv.
--deploy — Verifies the _meta hash of the lock file is up to date with the ``Pipfile``, aborts install if not.
--ignore-pipfile — Install from the Pipfile.lock and completely ignore Pipfile information.
--skip-lock — Ignore the ``Pipfile.lock`` and install from the ``Pipfile``. In addition, do not write out a ``Pipfile.lock`` reflecting changes to the ``Pipfile``. This is not recommended as you loose the security benefits of lock file hash verification.
General Interface Note:
```{note}