Aberrant/README.md

14 lines
252 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+
Python packages: `flask gunicorn`
## Install
1. Get on the floor
2. Walk the dinosaur
## Usage
2019-01-16 12:49:42 -05:00
`gunicorn -b localhost:5250 -e SCRIPT_NAME=/aberrant aberrant:app`