                       PYTHON BINDINGS FOR EVAS

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

 * Evas >= 0.9.9.043
 * Cython >= 0.9.8
 * Python >= 2.4
 * Python-setuptools >= 0.6_rc3


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

This package uses setuptools, so execute:

Build::

        python setup.py build

Install::

        python setup.py install
        python setup.py install_headers

The last step, "install_headers", is required to enable build of other
modules that depend on this, like python-ecore, python-edje and python-emotion.

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

        python setup.py install --help
        python setup.py install_headers --help

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