Update link to Windows Python Version in README

The README currently points to a 2 year old version of
python (2.7.11). While this version works for servo development,
builds also work with the current version (2.7.14), so the link can be
updated.
This commit is contained in:
Kyle Machulis 2017-09-25 12:47:58 -07:00
parent bbb5c8436e
commit 61803fb937

View file

@ -96,7 +96,7 @@ sudo emerge net-misc/curl media-libs/freeglut \
```
#### On Windows (MSVC)
1. Install Python for Windows (https://www.python.org/downloads/release/python-2711/). The Windows x86-64 MSI installer is fine.
1. Install Python for Windows (https://www.python.org/downloads/release/python-2714/). The Windows x86-64 MSI installer is fine.
You should change the installation to install the "Add python.exe to Path" feature.
2. Install virtualenv.