mirror of
https://github.com/Crocmagnon/cookiecutter-django.git
synced 2024-11-05 06:23:54 +01:00
Update readme
This commit is contained in:
parent
31906c2795
commit
51a56b5f8c
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
## Quick start
|
||||
Clone, then
|
||||
```shell
|
||||
pip install pip-tools
|
||||
pip-sync requirements.txt requirements-dev.txt
|
||||
pip install -U pip pip-tools invoke
|
||||
inv sync-dependencies
|
||||
pre-commit install --install-hooks
|
||||
inv test
|
||||
./src/manage.py migrate
|
||||
|
|
Loading…
Reference in a new issue