From 8cd900c8193198080672603f0f266a4e8df78860 Mon Sep 17 00:00:00 2001 From: Timothy Allen Date: Thu, 18 Aug 2016 14:05:12 -0400 Subject: [PATCH] Corrected text from Python's Windows installer. --- docs/howto/windows.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/windows.txt b/docs/howto/windows.txt index abe2e891b0e..536db09ffb1 100644 --- a/docs/howto/windows.txt +++ b/docs/howto/windows.txt @@ -22,7 +22,7 @@ machine. At the time of writing, Python 3.5 is the latest version. To install Python on your machine go to https://python.org/downloads/. The website should offer you a download button for the latest Python version. Download the executable installer and run it. Check the box next to ``Add -Python to to environment variables`` and then click ``Install Now``. +Python 3.5 to PATH`` and then click ``Install Now``. After installation, open the command prompt and check that the Python version matches the version you installed by executing::