                   MEDIA ENGINE FRAMEWORK

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

 * Python >= 2.5
 * Python-setuptools >= 0.6_rc3
 * python2.5-dbus >= 0.71
 * python2.5-gobject >= 2.12.2-1


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

This package uses setuptools, so execute:

Install::

        python setup.py install

Be aware that if you want to specify another dir, use --root or --prefix

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".
