2024-11-26 11:16:09 -06:00
|
|
|
|
|
|
|
|
# {{cookiecutter.project_name}}
|
|
|
|
|
|
2024-12-08 16:04:48 -06:00
|
|
|
This is a starter project based on
|
|
|
|
|
[WuttaWeb](https://wuttaproject.org).
|
2024-11-26 11:16:09 -06:00
|
|
|
|
|
|
|
|
|
|
|
|
|
## Quick Start
|
|
|
|
|
|
|
|
|
|
Make a virtual environment and install the app:
|
|
|
|
|
|
2026-01-04 20:31:10 -06:00
|
|
|
python3 -m venv .venv
|
|
|
|
|
.venv/bin/pip install -e .
|
|
|
|
|
.venv/bin/{{cookiecutter.package_name}} install
|
2024-11-26 11:16:09 -06:00
|
|
|
|
|
|
|
|
For more info see
|
2026-01-04 20:31:10 -06:00
|
|
|
https://docs.wuttaproject.org/wuttjamaican/narr/install/index.html
|