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:
|
|
|
|
|
|
|
|
python3 -m venv {{cookiecutter.repo_name}}
|
2024-12-08 16:07:26 -06:00
|
|
|
source {{cookiecutter.repo_name}}/bin/activate
|
|
|
|
pip install {{cookiecutter.distribution_name}}
|
|
|
|
{{cookiecutter.package_name}} install
|
2024-11-26 11:16:09 -06:00
|
|
|
|
|
|
|
For more info see
|
|
|
|
https://rattailproject.org/docs/wuttjamaican/narr/install/index.html
|