From ccee36749f94392895ea0fa67936547f09df0f73 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 31 Jan 2017 17:12:29 -0500 Subject: [PATCH] dolla dolla bills y'all --- docs/advanced.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/advanced.rst b/docs/advanced.rst index 8f3edf44..39e6f688 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -11,14 +11,14 @@ This document covers some of pipenv's more advanced features. ------------------------ The two primary commands you'll use in managing your pipenv environment are -``pipenv install`` and ``pipenv uninstall``. +``$ pipenv install`` and ``$ pipenv uninstall``. .. _pipenv_install -pipenv install -////////////// +$ pipenv install +//////////////// -``pipenv install`` is used for installing packages into the pipenv virtual environment +``$ pipenv install`` is used for installing packages into the pipenv virtual environment and updating your Pipfile. Along with the basic install command, which takes the form:: @@ -41,10 +41,10 @@ The user can provide these additional parameters: .. _pipenv_uninstall -pipenv uninstall -//////////////// +$ pipenv uninstall +////////////////// -``pipenv uninstall`` supports all of the parameters in `pipenv install <#pipenv-install>`_, +``$ pipenv uninstall`` supports all of the parameters in `pipenv install <#pipenv-install>`_, as well as one additonal, ``--all``. - ``--all`` - This parameter will purge all files from the virtual environment,