Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-02-28 11:46:54 -05:00
parent bebac70707
commit b0d33c5dfd
+2 -2
View File
@@ -155,8 +155,8 @@ Exit the Pipenv shell::
- Find out what's changed upstream: ``$ pipenv update --outdated``.
- Upgrade packages, two options:
a. Want to upgrade everything? Just do ``$ pipenv update``.
b. Want to upgrade packages one-at-a-time? ``$ pipenv update <pkg>`` for each outdated package.
a. Want to upgrade everything? Just do ``$ pipenv update``.
b. Want to upgrade packages one-at-a-time? ``$ pipenv update <pkg>`` for each outdated package.
☤ Importing from requirements.txt
---------------------------------