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