setting up events

This commit is contained in:
lza_menace 2021-04-29 20:55:34 -07:00
parent ce735058fb
commit 133057b4e9
3 changed files with 29 additions and 3 deletions

View file

@ -2,6 +2,9 @@ setup:
python3 -m venv .venv
.venv/bin/pip install -r requirements.txt
shell:
./bin/cmd shell
dev:
./bin/dev