From 65557d16ac68c11652aeac14a6f67bb619e02cdf Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 17 Jan 2018 08:45:30 -0500 Subject: [PATCH] using pipenv --- source/getting-started.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/getting-started.rst b/source/getting-started.rst index 704f0cd..ea5d783 100644 --- a/source/getting-started.rst +++ b/source/getting-started.rst @@ -61,4 +61,6 @@ Using Pipenv First, ``$ cd`` into your new project directory (after you ``$ mkdir`` and ``$ git init`` it, of course), and simply run ``$ pipenv install requests`` to instal the `requests `_ library, which is one of our favorites. -Then, run ``$ pipenv shell`` to run a shell that will have a ``$ python`` available in which ``import reqests`` will function properly. Pretty simple :) \ No newline at end of file +Then, run ``$ pipenv shell`` to run a shell that will have a ``$ python`` available in which ``import reqests`` will function properly. Pretty simple :) + +For further instructions, check out `the Pipenv documentation `_. \ No newline at end of file