Aberrant/README.md

14 lines
289 B
Markdown
Raw Normal View History

2019-01-16 09:33:36 -05:00
# Aberrant
It's a WebGUI for rTorrent.
## Requirements
Python 3.7+
2019-09-01 14:44:54 -04:00
Python packages: `gunicorn aiohttp aiohttp_jinja2`
2019-01-16 09:33:36 -05:00
## Install
1. Get on the floor
2. Walk the dinosaur
## Usage
2019-09-01 14:44:54 -04:00
`gunicorn aberrant:app --bind localhost:5250 --worker-class aiohttp.GunicornWebWorker`