From e6e24e706508f54f1d8588d792214e6b6cdd25ba Mon Sep 17 00:00:00 2001 From: Thor77 Date: Mon, 13 Jul 2015 21:14:03 +0200 Subject: [PATCH] add installation-instructions --- README.md | 5 +++++ requirements.txt | 1 + 2 files changed, 6 insertions(+) create mode 100644 requirements.txt diff --git a/README.md b/README.md index 887f036..d1c719e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # TeamspeakStats A simple Teamspeak stat-generator - based on server-logs +# Installation +- Install [Python](https://python.org) +- Clone this repo `git clone https://github.com/Thor77/TeamspeakStats` +- Install requirements `pip3 install -r requirements.txt` + # Usage Run `tsstats.py` and point your web-server to the generated .html-file, now you will see some stats for your Teamspeak-Server parsed from the logs. diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..273d324 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +Jinja2>=2.7.3