From a1f535961e5b0a195edd0c6c16d4468a800fa937 Mon Sep 17 00:00:00 2001 From: Thor77 Date: Fri, 28 Oct 2016 23:42:44 +0200 Subject: [PATCH] Add manual installation and package-usage to Installation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 71ba945..cd66260 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ A simple Teamspeak stat-generator - based on server-logs # Installation - Install the package via PyPi `pip install tsstats` +- Clone this repo `git clone https://github.com/Thor77/TeamspeakStats` and install with `python setup.py install` +- Just use the package as is via `python -m tsstats [-h]` # Usage - Create a config (see [Configuration](https://github.com/Thor77/TeamspeakStats#configuration))