Skip to content

Commit f5eca4d

Browse files
committed
updated docs with new uninstall option
1 parent 21ec6be commit f5eca4d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/basics.rst

+5-2
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Create a Pipfile.lock from the installed versions:
139139
Install from that Pipfile.lock:
140140

141141
$ pipenv install --ignore-pipfile
142-
142+
143143

144144
.. _initialization:
145145

@@ -270,11 +270,14 @@ $ pipenv uninstall
270270
//////////////////
271271

272272
``$ pipenv uninstall`` supports all of the parameters in `pipenv install <#pipenv-install>`_,
273-
as well as one additonal, ``--all``.
273+
as well as two additonal options, ``--all`` and ``--all-dev``.
274274

275275
- ``--all`` — This parameter will purge all files from the virtual environment,
276276
but leave the Pipfile untouched.
277277

278+
- ``--all-dev`` — This parameter will remove all of the development packages from
279+
the virtual environment, and remove them from the Pipfile.
280+
278281

279282
.. _pipenv_lock:
280283

0 commit comments

Comments
 (0)