== Requirements == * [http://www.python.org Python] 2.3 * [http://www.pygtk.org PyGTK] 2.10 * [http://www.twistedmatrix.com Twisted] 2.2.0 ''(twisted-web)'' * Python Notify (optional) == Linux == === Debian/Ubuntu === Under Debian and Ubuntu you can install the dependencies by doing: '''{{{ sudo apt-get install python-gtk2 python-twisted-web }}}''' Optionally, if you want desktop notifications you can do: '''{{{ sudo apt-get install python-notify }}}''' Then install [http://downloads.sourceforge.net/itaka/itaka_0.2.2-1_all.deb Itaka] like this: '''{{{ sudo dpkg -i itaka_0.2-1.deb }}}''' === Fedora === Itaka is in the official Fedora repositories, you can install it by doing: '''{{{ yum install itaka }}}''' === Source === Other distributions, please see [source:tags/0.2.2/README README] file for installation instructions. I am currently accepting contributions so that Itaka can have binaries in other distributions. === RPM === An itaka.spec file is provided in [source:tags/0.2.2/itaka.spec here] if you want to build your own RPMs. == Windows == You can install all the components manually * [http://www.python.org Python] * [http://sourceforge.net/projects/pywin32/ PyWin32] * [http://www.twistedmatrix.com Twisted] * [http://www.gtk.org/download.html GTK (bundle)], and add your GTK installation path to your system * [http://www.pygtk.org/downloads.html PyGobject/PyCairo/PyGTK] Run itaka by double-clicking '''itaka.pyw'''