11 lines
No EOL
173 B
Markdown
11 lines
No EOL
173 B
Markdown
# 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
|
|
``` |