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