1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
DBUS PYTHON INTEGRATION FOR ECORE
REQUIREMENTS
============
* E_Dbus >= 0.5.0.49539
* Ecore >= 0.9.9.49539 (indirect, E_DBus dependency)
* D-Bus >= 0.62 (indirect, E_DBus dependency)
* Python >= 2.4
* Python-setuptools >= 0.6_rc9
BUILDING AND INSTALLING
=======================
This package uses setuptools, so execute:
Build::
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".
|