Create README.md

This commit is contained in:
luxick
2018-02-24 14:20:41 +01:00
committed by GitHub
parent f1160ddb55
commit 9335e39289

20
README.md Normal file
View File

@@ -0,0 +1,20 @@
# DrunkSoulsStatTool
Over-engineered statistics tool for keeping track of a drinking game
# Running the application
## Build executable zip archive
Run build script
`$ python3 ./build.py`
The archive will be saved into the `build` folder. The file is completly standalone and can be run from anywhere.
`$ ./build/dsst`
## Run python script directly
`$ python3 ./dsst/__main__.py`
# Dependencies
- GObject (Gtk3)
- mysqlclient (Python Mysql Driver)
- peewee (ORM Framework)