Use the package manager pip to install pipenv
pip install pipenv
- Run the command in cmd to install the dependencies
python -m pipenv install
- Start the virtual env
python -m pipenv shell
- Run main.py
python main.py
- Place the webdriver in ./resources folder