18 lines
329 B
Markdown
18 lines
329 B
Markdown
|
|
|
||
|
|
# WuttaFarm
|
||
|
|
|
||
|
|
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/wuttafarm install
|
||
|
|
|
||
|
|
For more info see
|
||
|
|
https://docs.wuttaproject.org/wuttjamaican/narr/install/index.html
|