mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-22 14:38:03 +01:00
Update readme instructions
This commit is contained in:
parent
6320545afd
commit
b6a01fe895
1 changed files with 7 additions and 1 deletions
|
@ -1,8 +1,14 @@
|
||||||
# charasheet
|
# charasheet
|
||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
|
Clone, then
|
||||||
```shell
|
```shell
|
||||||
pre-commit install --install-hooks
|
pyenv virtualenv 3.10.7 charasheet
|
||||||
|
pyenv local charasheet
|
||||||
poetry install
|
poetry install
|
||||||
|
pre-commit install --install-hooks
|
||||||
inv test
|
inv test
|
||||||
|
./src/manage.py migrate
|
||||||
|
./src/manage.py loaddata initial_data
|
||||||
|
./src/manage.py createsuperuser
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue