Prerequistes
Jambu runs on a Linux that includes the GNOME desktop such as Ubuntu.
You’ll also need Python, pygtk, pyatspi (and pygame for switch input). Check for packages for your Linux distribution or see the project websites.
Installing
Extract the archive, cd to the root directory and then extract. FInally run
python setup.py install
or perhaps for /usr/local installation
python setup.py install --prefix=/usr/local
as root or sudo. See the Python Distutils documentation for more options.
