To install requirements, you can run pip install -r requirements.txt
In this repository, Selenium requires a Chrome Driver.
- You can download it here
- Click on "Latest Release: ChromeDriver x.xx"
- Download the driver corresponding to your OS
- Unzip the archive
- Move the driver in the folder of the repository. Otherwise, you can update the driver's path in
dino.py
You might encounter issues with OpenCV, like I did on Mac OS El Capitan. OpenCV 2.4.0.11 and 3.4.0.12 dit not work (well). I chose to install the version 3.3.0.10 You might have to choose a custom version, depending on your OS.
To do so, you can run pip install opencv-python==x.x.x.xx
, replacing "x.x.x.xx" by the name of the desired version.