mirror of
https://github.com/servo/servo.git
synced 2025-08-17 03:15:34 +01:00
Update web-platform-tests to revision b55988f768d44a04712866fb605017e67bfadd75
This commit is contained in:
parent
aeea00ebfb
commit
1d60404228
86 changed files with 979 additions and 662 deletions
|
@ -7,8 +7,7 @@ The tests are designed to be run from your local computer.
|
|||
Running the tests requires `python`, `pip` and `virtualenv`, as well as updating
|
||||
the system `hosts` file.
|
||||
|
||||
Python 3 is supported and preferred, but for now it is still possible to use
|
||||
Python 2.7 if necessary.
|
||||
WPT requires Python 3.6 or higher.
|
||||
|
||||
The required setup is different depending on your operating system.
|
||||
|
||||
|
@ -45,10 +44,10 @@ See also [additional setup required to run Safari](safari.md).
|
|||
|
||||
### Windows Setup
|
||||
|
||||
Download and install [Python 2.7](https://www.python.org/downloads). The
|
||||
Download and install [Python 3](https://www.python.org/downloads). The
|
||||
installer includes `pip` by default.
|
||||
|
||||
Add `C:\Python27` and `C:\Python27\Scripts` to your `%Path%`
|
||||
Add `C:\Python39` and `C:\Python39\Scripts` to your `%Path%`
|
||||
[environment variable](http://www.computerhope.com/issues/ch000549.htm).
|
||||
|
||||
Finally, install `virtualenv`:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue