mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-21 23:58:02 +01:00
Update readme
This commit is contained in:
parent
46aff0bd56
commit
d29cfcf903
1 changed files with 9 additions and 3 deletions
12
README.md
12
README.md
|
@ -2,10 +2,16 @@
|
||||||
|
|
||||||
Simple interface to register baskets.
|
Simple interface to register baskets.
|
||||||
|
|
||||||
## Development
|
## Quick start
|
||||||
|
Clone, then
|
||||||
```shell
|
```shell
|
||||||
inv test-cov
|
pip install -U pip pip-tools invoke
|
||||||
inv beam
|
inv sync-dependencies
|
||||||
|
pre-commit install --install-hooks
|
||||||
|
inv test
|
||||||
|
./src/manage.py migrate
|
||||||
|
./src/manage.py generat_dummy_baskets
|
||||||
|
./src/manage.py createsuperuser
|
||||||
```
|
```
|
||||||
|
|
||||||
# Reuse
|
# Reuse
|
||||||
|
|
Loading…
Reference in a new issue