mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-22 14:38:03 +01:00
Update readme
This commit is contained in:
parent
5797d42da6
commit
bcabc15054
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
||||||
## Quick start
|
## Quick start
|
||||||
Clone, then
|
Clone, then
|
||||||
```shell
|
```shell
|
||||||
pip install -U pip 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
|
||||||
|
|
Loading…
Reference in a new issue