Update readme

This commit is contained in:
Gabriel Augendre 2023-02-28 12:36:35 +01:00
parent 31906c2795
commit 51a56b5f8c

View file

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