- Setup Python virtual environment - I used conda in this project.
- If you use conda as well, then you can use
conda_env.ymlfile to bring the correct environment right up ->conda env create -f conda_env.yml - Install all dependencies once you activated new virtual environment ->
pip install -r requirements.txt - Start developing
- To run tests ->
pytest tests/test_app.py