This repository has been archived on 2023-06-18. You can view files and clone it, but cannot push or open issues or pull requests.
va-project/scraper/README.md

11 lines
173 B
Markdown
Raw Normal View History

2023-05-08 09:26:25 +00:00
# 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
```