cookiecutter-wuttaweb/{{ cookiecutter.repo_name }}/README.md

18 lines
369 B
Markdown
Raw Normal View History

# {{cookiecutter.project_name}}
2024-12-08 16:04:48 -06:00
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