mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-04 22:03:56 +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
|
||||
|
||||
## 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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue