                       PYTHON BINDINGS FOR ETK

REQUIREMENTS
============

 * Etk >= 0.1.0.007
 * Cython >= 0.9.8 and Pyrex
 * Python >= 2.4
 * Python-Evas >= 0.2.0
 * Python-Ecore >= 0.2.0
 * Python-setuptools >= 0.6_rc8


BUILDING AND INSTALLING
=======================

This package uses setuptools, so execute:

Build::

        python setup.py build_ext
        python setup.py build

Install::

        python setup.py install

You can choose where to install by using command options, see output
of "python setup.py $COMMAND --help", example:

        python setup.py install --help

Options can also be set in file "setup.cfg".
