2012-04-18 03:15:57 +00:00
|
|
|
## pygo - a GTK-based Go game client written in python
|
|
|
|
|
|
|
|
|
2012-04-08 05:06:10 +00:00
|
|
|
## Installation
|
|
|
|
|
|
|
|
### Dependencies
|
|
|
|
|
2012-04-18 03:15:57 +00:00
|
|
|
To run pygo, you will need:
|
|
|
|
|
|
|
|
* pygtk2
|
|
|
|
|
|
|
|
|
|
|
|
### How to install
|
|
|
|
|
|
|
|
Currently, pygo is simply run in-place. Just unpack it and you're done!
|
|
|
|
|
|
|
|
|
|
|
|
## Running
|
|
|
|
|
|
|
|
Just cd to the directory you unpacked and run:
|
2012-04-08 05:06:10 +00:00
|
|
|
|
2012-04-18 03:15:57 +00:00
|
|
|
./pygo.py
|