14 lines
308 B
Markdown
14 lines
308 B
Markdown
|
# Scorch
|
||
|
A music streaming application.
|
||
|
|
||
|
## Requirements
|
||
|
Python 3.8+
|
||
|
Python packages: `gunicorn aiohttp aiohttp_jinja2 uvloop mutagen`
|
||
|
|
||
|
## Install
|
||
|
1. Get on the floor
|
||
|
2. Walk the dinosaur
|
||
|
|
||
|
## Usage
|
||
|
`gunicorn scorch:init_app --bind localhost:5500 --worker-class aiohttp.GunicornWebWorker`
|