diff --git a/docs/basics.rst b/docs/basics.rst index 559f7570..5d41249f 100644 --- a/docs/basics.rst +++ b/docs/basics.rst @@ -287,7 +287,7 @@ The user can provide these additional parameters: folder is encoded into a "slug value" and appended to ensure the virtualenv name is unique. - - ``--dev`` — Install both ``develop`` and ``default`` packages from ``Pipfile.lock``. + - ``--dev`` — Install both ``develop`` and ``default`` packages from ``Pipfile``. - ``--system`` — Use the system ``pip`` command rather than the one from your virtualenv. - ``--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``.