requirements.txt file and note to use homebrew

This commit is contained in:
Sean Roberts 2017-07-23 14:48:38 +01:00
parent 4384495043
commit 20a37fc98a
2 changed files with 4 additions and 3 deletions

View File

@ -43,14 +43,13 @@ Python 2 is required along with Selenium, Requests, ChromeDriver, and Google
Chrome.
```
pip install requests # use "easy_install" if pip is missing
pip install selenium
pip install -r requirements.txt # use "easy_install" if pip is not available
```
Download and extract the correct ChromeDriver zip file [from
here](https://sites.google.com/a/chromium.org/chromedriver/downloads) to this
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
your computer.

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
requests
selenium