From bd85705fde67c3fcff6dc59720d2f0d7b2cc0489 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Sat, 17 Jun 2023 12:37:53 -0400 Subject: [PATCH] remove skip-lock from docs --- docs/commands.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/commands.md b/docs/commands.md index 0ca47bde..d8411ca7 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -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}