Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-02-28 11:38:55 -05:00
parent 21eab5abbb
commit bebac70707
+5 -5
View File
@@ -121,14 +121,14 @@ Example Pipfile.lock
}
☤ Example Pipenv workflow
☤ Example Pipenv Workflow
-------------------------
Install from Pipfile::
$ pipenv install
Add a module::
Add a package::
$ pipenv install <module>
@@ -140,17 +140,17 @@ Install from that Pipfile.lock::
$ pipenv install
Activate the pipenv shell::
Activate the Pipenv shell::
$ pipenv shell
Exit the pipenv shell::
Exit the Pipenv shell::
$ exit
.. _initialization:
☤ Example Pipenv upgrade workflow
☤ Example Pipenv Upgrade Workflow
---------------------------------
- Find out what's changed upstream: ``$ pipenv update --outdated``.