diff --git a/source/getting-started.rst b/source/getting-started.rst index 4948ddf..79544d6 100644 --- a/source/getting-started.rst +++ b/source/getting-started.rst @@ -37,7 +37,7 @@ Twitter is an excellent way to keep in touch with what's going on with the Pytho - **Raymond Hettinger** (`@raymondh `_) -- **Jeff Forcier** (`@bitprophet `_) — The creator of Fabric, and maintiner of many open source libraries. +- **Jeff Forcier** (`@bitprophet `_) — The creator of Fabric, and maintainer of many open source libraries. Getting Python Installed ------------------------ @@ -77,7 +77,7 @@ Here's a great `blog post `_ library, which is one of our favorites. +First, ``$ cd`` into your new project directory (after you ``$ mkdir`` and ``$ git init`` it, of course), and simply run ``$ pipenv install requests`` to install 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 :)