- Create virtuelenv:
virtualenv --python=python3 venv
- Activate venv
.\venv\Scripts\deactivate
- install dependencies, pip should be instaled
pip install -r requirements.txt
- Run db populate
python db_populator.py
- Run alert script:
python alert.py
| Name | Name | Last commit date | ||
|---|---|---|---|---|
virtualenv --python=python3 venv
.\venv\Scripts\deactivate
pip install -r requirements.txt
python db_populator.py
python alert.py