mirror of https://github.com/pyodide/pyodide.git
Mention chromedriver in the README
This commit is contained in:
parent
369a7124ad
commit
4d7ce3f36c
|
@ -37,7 +37,8 @@ Install the following dependencies into the default Python installation:
|
||||||
|
|
||||||
`pip install pytest selenium`
|
`pip install pytest selenium`
|
||||||
|
|
||||||
Install [geckodriver](https://github.com/mozilla/geckodriver/releases) somewhere
|
Install [geckodriver](https://github.com/mozilla/geckodriver/releases) and
|
||||||
|
[chromedriver](https://sites.google.com/a/chromium.org/chromedriver/downloads) somewhere
|
||||||
on your `PATH`.
|
on your `PATH`.
|
||||||
|
|
||||||
`make test`
|
`make test`
|
||||||
|
|
Loading…
Reference in New Issue