From b6809f0d3f899b9b4a40514f3073dc4712c15d6f Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 19 Jun 2014 22:08:48 +0300 Subject: [PATCH] Improved installation steps --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 9f15c1e9..455a3cfb 100644 --- a/README.rst +++ b/README.rst @@ -108,7 +108,7 @@ application in your OS: `Command Prompt `_ (``cmd.exe``) application. -2. Check a ``python`` version: +1. Check a ``python`` version: .. code-block:: bash @@ -116,7 +116,7 @@ application in your OS: Windows OS Users only: - * `Download Python `_ and install it. + * `Download Python 2.7 `_ and install it. * Add to PATH system variable ``;C:\Python27;C:\Python27\Scripts;`` and reopen *Command Prompt* (``cmd.exe``) application. Please read this article `How to set the path and environment variables in Windows