From 52638a2ccd5b74b71e7cef2f317c6722c2921fdb Mon Sep 17 00:00:00 2001 From: Muhammad Arslan Date: Thu, 18 Jan 2018 12:13:40 +0300 Subject: [PATCH] Fixed typos in getting-started.rst Line 40: maintiner -> maintainer Line 80: instal -> install --- source/getting-started.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 :)