Update readme instructions

This commit is contained in:
Gabriel Augendre 2022-11-02 12:52:11 +01:00
parent 6320545afd
commit b6a01fe895

View file

@ -1,8 +1,14 @@
# charasheet
## Quick start
Clone, then
```shell
pre-commit install --install-hooks
pyenv virtualenv 3.10.7 charasheet
pyenv local charasheet
poetry install
pre-commit install --install-hooks
inv test
./src/manage.py migrate
./src/manage.py loaddata initial_data
./src/manage.py createsuperuser
```