19 lines
349 B
Markdown
19 lines
349 B
Markdown
|
|
||
|
# Sideshow
|
||
|
|
||
|
This is a starter project based on
|
||
|
[WuttaWeb](https://wuttaproject.org).
|
||
|
|
||
|
|
||
|
## Quick Start
|
||
|
|
||
|
Make a virtual environment and install the app:
|
||
|
|
||
|
python3 -m venv sideshow
|
||
|
source sideshow/bin/activate
|
||
|
pip install Sideshow
|
||
|
sideshow install
|
||
|
|
||
|
For more info see
|
||
|
https://rattailproject.org/docs/wuttjamaican/narr/install/index.html
|