Note: it's recommended to use a Python virtual environment (python -m venv .venv
). Activate with .venv/Scripts/activate
(Windows) or source .venv/bin/activate
.
- Clone this repo.
- Install required libraries with
pip install -r requirements.txt
. - Copy
torn_stats/config-sample.py
totorn_stats/config.py
and update. - Run with
flask --app torn_stats:app run
- Access from http://localhost:5000.