Add manual installation and package-usage to Installation

This commit is contained in:
Thor77 2016-10-28 23:42:44 +02:00
parent 1a485c67c5
commit a1f535961e
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ A simple Teamspeak stat-generator - based on server-logs
# Installation # Installation
- Install the package via PyPi `pip install tsstats` - 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 # Usage
- Create a config (see [Configuration](https://github.com/Thor77/TeamspeakStats#configuration)) - Create a config (see [Configuration](https://github.com/Thor77/TeamspeakStats#configuration))