mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
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:
parent
bbb5c8436e
commit
61803fb937
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue