# Scraper To create an environment and install dependencies run: ```shell cd .. python -m venv .env source .env/bin/activate cd scraper pip install -r requirements.txt ```