Merge pull request #1510 from Darkle/master

Updated docs - basic usage example pipenv workflow
This commit is contained in:
2018-02-28 09:02:32 -05:00
committed by GitHub
+7
View File
@@ -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: