Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 241 Bytes

DEVELOP.md

File metadata and controls

18 lines (14 loc) · 241 Bytes

To setup the development

python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt

To run the tests

python -m pytest tests

To run the program

python3 src/main.py