README
======

GASP (Graphics API for Students of Python)

A library built on Cairo Graphics that enables absolute beginners to write 
1980's style arcade games as an introduction to python.

Homepage: https://launchpad.net/gasp-code
Help: https://answers.launchpad.net/gasp-code


INSTALLING FROM SOURCE
======

NOTE: It may be easier to use a pre-built binary for your platform, if it
exists. Please see https://launchpad.net/gasp-code/+download for more details.

In order to install GASP, you need to have setuptools installed. 

Please see http://pypi.python.org/pypi/setuptools for instructions on 
installing setuptools for your platform. 

Then, run:
    python gasp/setup.py install
    
Or, using easy_install:
    easy_install gasp


COPYRIGHT
======
This package is Copyright its respective authors, as detailed in the AUTHORS
file. 

This package is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version. See the COPYING file for more details.
