From 908a63cfaa6a6fed880f6f524bc22bfbb031ea91 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 17 Sep 2017 12:34:13 -0400 Subject: [PATCH] add note about --skip-lock Signed-off-by: Kenneth Reitz --- docs/advanced.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/advanced.rst b/docs/advanced.rst index 4dcfa119..c5b66477 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -260,6 +260,7 @@ The user can provide these additional parameters: - ``--system`` — Use the system ``pip`` command rather than the one from your virtualenv. - ``--lock`` — Generate a new ``Pipfile.lock`` adding the newly installed packages. - ``--ignore-pipfile`` — Ignore the ``Pipfile`` and install from the ``Pipfile.lock``. + - ``--skip-lock`` — Ignore the ``Pipfile.ock`` and install from the ``Pipfile``. In addition, do not write out a ``Pipfile.lock`` reflecting changes to the ``Pipfile``. .. _pipenv_uninstall