Installation

Fork the repository and clone it. Move into the code directory and install the Python dependencies.

pipenv install --dev

Install pre-commit hooks.

pipenv run pre-commit install

Install Chrome as the shot-scraper web browser.

pipenv run shot-scraper install --browser=chrome

You’re ready to work.