diff options
| author | Timothy Allen <flipper@peregrinesalon.com> | 2016-08-18 14:05:12 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-08-18 14:05:28 -0400 |
| commit | 0cab98e0845c6a57c74d40ecdfd413cf0ece2d71 (patch) | |
| tree | 12f5a29430ae0e15e7fe9b92772d2830df130586 | |
| parent | 16f032e69fb9c06fd0d9feda35bba12195651214 (diff) | |
[1.10.x] Corrected text from Python's Windows installer.
Backport of 8cd900c8193198080672603f0f266a4e8df78860 from master
| -rw-r--r-- | docs/howto/windows.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/windows.txt b/docs/howto/windows.txt index abe2e891b0..536db09ffb 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:: |
