PyChess does not have to be compiled/installed to run.

To run: Excute the following in this directory:
$ PYTHONPATH=lib/ ./pychess

To install to disk: Run following as root
# python setup.py install

To see other install options/formats:
$ python setup.py --help-commands

To run the pychess engine in text based mode
$ PYTHONPATH=lib/ python lib/pychess/Players/PyChess.py

To run unittest for pychess:
$ PYTHONPATH=lib/ testing/unittest.py

-------------
Dependencies:
pygtk
pygobject
pycairo
pysqlite
gnome-python-desktop
gnome-icon-theme
gst-python (OPTIONAL for sound)
