Update readme

This commit is contained in:
Gabriel Augendre 2023-03-25 21:34:42 +01:00
parent 46aff0bd56
commit d29cfcf903
1 changed files with 9 additions and 3 deletions

View File

@ -2,10 +2,16 @@
Simple interface to register baskets.
## Development
## Quick start
Clone, then
```shell
inv test-cov
inv beam
pip install -U pip pip-tools invoke
inv sync-dependencies
pre-commit install --install-hooks
inv test
./src/manage.py migrate
./src/manage.py generat_dummy_baskets
./src/manage.py createsuperuser
```
# Reuse