============================================================================
PySol - a Python Solitaire Game
============================================================================


Quick installation guide for Unix:
----------------------------------
1) make sure you've installed Tcl/Tk 8.0 or better
2) make sure you've installed Python 1.5 with Tkinter support
3) run "make install" (as root)
4) run "pysol"


Quick installation guide for Windows:
-------------------------------------
1) make sure you've installed Tcl/Tk 8.0 or better
2) make sure you've installed Python 1.5 with Tkinter support
3) run "python pysol.py"


Consult the HTML documentation in the `data/html' directory
for more information.

