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