mirror of
https://github.com/servo/servo.git
synced 2025-08-13 17:35:36 +01:00
Update web-platform-tests to revision 816924d8a73ac20159d2ec8e2d14dfc2e882cb17
This commit is contained in:
parent
8dc7a25893
commit
dffc3b3bdd
28 changed files with 289 additions and 146 deletions
|
@ -11,6 +11,21 @@ On Windows, be sure to add the Python directory (`c:\python2x`, by default) to
|
|||
your `%Path%` [Environment Variable](http://www.computerhope.com/issues/ch000549.htm),
|
||||
and read the [Windows Notes](#windows-notes) section below.
|
||||
|
||||
<!--
|
||||
There does not appear to be a cross-platform means of installing `pip`.
|
||||
https://github.com/web-platform-tests/wpt/pull/16670
|
||||
-->
|
||||
|
||||
Install `pip`. On many systems, this can be achieved with the command `python
|
||||
-m ensurepip`. If this is not possible, use your system's package manager to
|
||||
install the `python-pip` package.
|
||||
|
||||
Next, install `virtualenv` using the following command:
|
||||
|
||||
```bash
|
||||
pip install virtualenv
|
||||
```
|
||||
|
||||
To get the tests running, you need to set up the test domains in your
|
||||
[`hosts` file](http://en.wikipedia.org/wiki/Hosts_%28file%29%23Location_in_the_file_system).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue