Add a short description here!
A longer description of your project goes here...
create conda environment with python 3.9 by running
conda create -n <env_name> python=3.9
activate this environment
pip install -U setuptools setuptools_scm wheel
git pull latest changes from the bigfood_db github repo
navigate to that repo in your terminal and do an editable install
pip install -e .
start running scripts in the dev folder
This project has been set up using PyScaffold 4.1.1. For details and usage information on PyScaffold see https://pyscaffold.org/.