From 45436100ad412d127fff1f0465d64ae68ea8bbed Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 17 Jan 2018 08:29:29 -0500 Subject: [PATCH] typos --- source/getting-started.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/getting-started.rst b/source/getting-started.rst index 1909418..b411e7b 100644 --- a/source/getting-started.rst +++ b/source/getting-started.rst @@ -7,7 +7,7 @@ Of course, that last part is optional — you are totally free to code Python on Twitter Accounts to Follow -—————————————————————————- +-------------------------- Twitter is an excellent way to keep in touch with what's going on with the Python community. @@ -34,7 +34,7 @@ Twitter is an excellent way to keep in touch with what's going on with the Pytho - Jeff Forcier (@bitprophet) — The creator of Fabric, and maintiner of many open source libraries. Getting Python Installed -———————————————————————- +------------------------ Of course, the first thing you need to do is install Python on your machine. If you go to the Python.org website, you may be a bit confused about which version of Python you should be using. The correct answer is: @@ -47,7 +47,7 @@ Here are some great installation guides for various system types: - `Installing Python 3 Properly on Windows `_ Installing Pipenv -————————————————- +----------------- The next step is to install *Pipenv*, our packaging tool of choice. Package mangers allow us to easily manage (resolve, install, uninstall) dependencies and virtual environments for projects.