diff --git a/docs/basics.rst b/docs/basics.rst index d6444788..b4948172 100644 --- a/docs/basics.rst +++ b/docs/basics.rst @@ -139,7 +139,14 @@ Create a Pipfile.lock from the installed versions:: Install from that Pipfile.lock:: $ pipenv install --ignore-pipfile + +Activate the pipenv shell:: + $ pipenv shell + +Exit the pipenv shell:: + + $ exit .. _initialization: