Aberrant/README.md

14 lines
294 B
Markdown

# Aberrant
It's a WebGUI for rTorrent.
## Requirements
Python 3.7+
Python packages: `gunicorn aiohttp aiohttp_jinja2`
## Install
1. Get on the floor
2. Walk the dinosaur
## Usage
`gunicorn aberrant:init_app --bind localhost:5250 --worker-class aiohttp.GunicornWebWorker`