17 lines
369 B
Markdown
17 lines
369 B
Markdown
|
|
# {{cookiecutter.project_name}}
|
|
|
|
This is a starter project based on
|
|
[WuttaWeb](https://wuttaproject.org).
|
|
|
|
|
|
## Quick Start
|
|
|
|
Make a virtual environment and install the app:
|
|
|
|
python3 -m venv .venv
|
|
.venv/bin/pip install -e .
|
|
.venv/bin/{{cookiecutter.package_name}} install
|
|
|
|
For more info see
|
|
https://docs.wuttaproject.org/wuttjamaican/narr/install/index.html
|