From 61803fb9375aaeb1273f6578656a42f0c21fbefe Mon Sep 17 00:00:00 2001 From: Kyle Machulis Date: Mon, 25 Sep 2017 12:47:58 -0700 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd7d35a5568..b91d22f89be 100644 --- a/README.md +++ b/README.md @@ -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.