mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-21 15:48: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.
|
||||
|
||||
## Development
|
||||
## Quick start
|
||||
Clone, then
|
||||
```shell
|
||||
inv test-cov
|
||||
inv beam
|
||||
pip install -U pip pip-tools invoke
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue