mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
address review
This commit is contained in:
+1
-1
@@ -321,7 +321,7 @@ The user can provide these additional parameters:
|
||||
|
||||
- ``--dev`` — Install both ``develop`` and ``default`` packages from ``Pipfile``.
|
||||
- ``--system`` — Use the system ``pip`` command rather than the one from your virtualenv.
|
||||
- ``--deploy`` — The workflow is using pipenv for package loc in local development environment for having a Pipfile and Pipfile.lock. The ``--deploy`` makes sure the packages are properly locked in Pipfile.lock, and abort if the lock file is out-of-date.
|
||||
- ``--deploy`` — Make sure the packages are properly locked in Pipfile.lock, and abort if the lock file is out-of-date.
|
||||
- ``--ignore-pipfile`` — Ignore the ``Pipfile`` and install from the ``Pipfile.lock``.
|
||||
- ``--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``.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user