From b0d33c5dfddb237d0dee518e2681bd83af46bc68 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 28 Feb 2018 11:46:54 -0500 Subject: [PATCH] try this Signed-off-by: Kenneth Reitz --- docs/basics.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/basics.rst b/docs/basics.rst index cbc1ea60..47153488 100644 --- a/docs/basics.rst +++ b/docs/basics.rst @@ -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 `` for each outdated package. + a. Want to upgrade everything? Just do ``$ pipenv update``. + b. Want to upgrade packages one-at-a-time? ``$ pipenv update `` for each outdated package. ☤ Importing from requirements.txt ---------------------------------