Update readme

This commit is contained in:
Gabriel Augendre 2023-02-28 11:48:17 +01:00
parent 5797d42da6
commit bcabc15054
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
## Quick start
Clone, then
```shell
pip install -U pip pip-tools
pip-sync requirements.txt requirements-dev.txt
pip install -U pip pip-tools invoke
inv sync-dependencies
pre-commit install --install-hooks
inv test
./src/manage.py migrate