diff options
author | William Bartlett <will-bartlett@users.noreply.github.com> | 2019-05-30 21:31:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-30 21:31:08 -0700 |
commit | fd2c8664cd1ce2cdee00c28aae902c127e25ebb1 (patch) | |
tree | be33bca87d84bfaa12a56118e32e04e61de90fd1 | |
parent | a5506365d6f1e8a75db7e7fa2f9e0b1ef73972ee (diff) | |
download | servo-fd2c8664cd1ce2cdee00c28aae902c127e25ebb1.tar.gz servo-fd2c8664cd1ce2cdee00c28aae902c127e25ebb1.zip |
Update README.md
Link to latest bugfix release on Windows.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 27ba78d7a78..b779cbf09ad 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ export LIBCLANG_PATH="/usr/lib64/llvm/*/lib64" ``` #### On Windows (MSVC) -1. Install Python for Windows (https://www.python.org/downloads/release/python-2714/). The Windows x86-64 MSI installer is fine. +1. Install Python for Windows (https://www.python.org/downloads/release/python-2716/). 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. |