Update README
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
# DrunkSoulsStatTool
|
# DrunkSoulsStatTool
|
||||||
Over-engineered statistics tool for keeping track of a drinking game
|
Over-engineered statistics tool for keeping track of a drinking game
|
||||||
|
|
||||||
# Running the application
|
## Running the application
|
||||||
## Build executable zip archive
|
### Build executable zip archive
|
||||||
Run build script
|
Run build script
|
||||||
|
|
||||||
`$ python3 ./build.py`
|
`$ python3 ./build.py`
|
||||||
@@ -11,10 +11,10 @@ The archive will be saved into the `build` folder. The file is completly standal
|
|||||||
|
|
||||||
`$ ./build/dsst`
|
`$ ./build/dsst`
|
||||||
|
|
||||||
## Run python script directly
|
### Run python script directly
|
||||||
`$ python3 ./dsst/__main__.py`
|
`$ python3 ./dsst/__main__.py`
|
||||||
|
|
||||||
# Dependencies
|
## Dependencies
|
||||||
- GObject (Gtk3)
|
- GObject (Gtk3)
|
||||||
- mysqlclient (Python Mysql Driver)
|
- mysqlclient (Python Mysql Driver)
|
||||||
- peewee (ORM Framework)
|
- peewee (ORM Framework)
|
||||||
|
|||||||
Reference in New Issue
Block a user