mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-10 02:13:54 +01:00
18 lines
375 B
Markdown
18 lines
375 B
Markdown
# Checkout
|
|
|
|
Simple interface to register baskets.
|
|
|
|
## Quick start
|
|
Clone, then
|
|
```shell
|
|
pip install -U pip pip-tools invoke
|
|
inv sync-dependencies
|
|
pre-commit install --install-hooks
|
|
inv test
|
|
./src/manage.py migrate
|
|
./src/manage.py generate_dummy_baskets
|
|
./src/manage.py createsuperuser
|
|
```
|
|
|
|
# Reuse
|
|
If you do reuse my work, please consider linking back to this repository 🙂
|