From bebac7070737a7039bd24222ea6ffc064e997ef9 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 28 Feb 2018 11:38:55 -0500 Subject: [PATCH] basics Signed-off-by: Kenneth Reitz --- docs/basics.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/basics.rst b/docs/basics.rst index b547ac92..cbc1ea60 100644 --- a/docs/basics.rst +++ b/docs/basics.rst @@ -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 @@ -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``.