add installation-instructions

This commit is contained in:
Thor77 2015-07-13 21:14:03 +02:00
parent 8ac3fa8c5b
commit e6e24e7065
2 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,11 @@
# TeamspeakStats # TeamspeakStats
A simple Teamspeak stat-generator - based on server-logs 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 # 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. 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.

1
requirements.txt Normal file
View File

@ -0,0 +1 @@
Jinja2>=2.7.3