mirror of
https://github.com/inAudible-NG/audible-activator.git
synced 2024-11-18 03:18:57 +01:00
requirements.txt file and note to use homebrew
This commit is contained in:
parent
4384495043
commit
20a37fc98a
@ -43,14 +43,13 @@ Python 2 is required along with Selenium, Requests, ChromeDriver, and Google
|
|||||||
Chrome.
|
Chrome.
|
||||||
|
|
||||||
```
|
```
|
||||||
pip install requests # use "easy_install" if pip is missing
|
pip install -r requirements.txt # use "easy_install" if pip is not available
|
||||||
|
|
||||||
pip install selenium
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Download and extract the correct ChromeDriver zip file [from
|
Download and extract the correct ChromeDriver zip file [from
|
||||||
here](https://sites.google.com/a/chromium.org/chromedriver/downloads) to this
|
here](https://sites.google.com/a/chromium.org/chromedriver/downloads) to this
|
||||||
folder.
|
folder.
|
||||||
|
- On macOS, it is available with HomeBrew: `brew install chromedriver && ln -s /usr/local/bin/chromedriver`
|
||||||
|
|
||||||
Download Google Chrome from https://www.google.com/chrome/ and install it on
|
Download Google Chrome from https://www.google.com/chrome/ and install it on
|
||||||
your computer.
|
your computer.
|
||||||
|
2
requirements.txt
Normal file
2
requirements.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
requests
|
||||||
|
selenium
|
Loading…
Reference in New Issue
Block a user