add installation-instructions
This commit is contained in:
parent
8ac3fa8c5b
commit
e6e24e7065
|
@ -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.
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Jinja2>=2.7.3
|
Loading…
Reference in New Issue