mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Merge pull request #1510 from Darkle/master
Updated docs - basic usage example pipenv workflow
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user