Updated readme
This commit is contained in:
parent
4161c826df
commit
92080d47c2
|
@ -1,8 +1,22 @@
|
||||||
|
## pygo - a GTK-based Go game client written in python
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
|
|
||||||
You will need:
|
To run pygo, you will need:
|
||||||
|
|
||||||
pygame
|
* pygtk2
|
||||||
SDL_ttf
|
|
||||||
|
|
||||||
|
### 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:
|
||||||
|
|
||||||
|
./pygo.py
|
||||||
|
|
Loading…
Reference in New Issue
Block a user