kennyhelsens's picture
Inital commit of feedback demo
55b5a53
setup:
( \
python -m venv .venv; \
. .venv/bin/activate; \
pip install --upgrade pip; \
pip install -r requirements.txt; \
)