Before starting with the installation, you should make sure, that all
required libraries and programs are available on your system. KeyJnoteGUI
depends on:

    * Python at least 2.4 - http://www.python.org
    * PyKDE - http://www.riverbankcomputing.co.uk/pykde/
    * PyQT3 - http://www.riverbankcomputing.co.uk/pyqt/
    * KeyJnote at least 0.9.4- http://keyjnote.sourceforge.net/

KeyJnote itself has some dependencies, too:

    * PyOpenGL - http://pyopengl.sourceforge.net/
    * PyGame - http://www.pygame.org/
    * PIL - http://www.pythonware.com/products/pil/
    * Ghostscript (strongly recommended) - http://www.cs.wisc.edu/~ghost/
    * pdftk (optional) - http://www.accesspdf.com/pdftk/

Users of some debian-based systems can install all these with:

    apt-get install python-kde3 python-qt3 pyqt-tools python-opengl \
    python-imaging python-pygame pdftk keyjnote

KeyJnote must be downloaded from SourceForge and should be placed somewhere
in your $PATH.

If you have completed installing all dependencies, you can install 
KeyJnoteGUI by running the following command:
    
    python setup.py install

This will install KeyJnoteGUI into your KDE directory (e.g /usr on Debian
systems, /opt/kde3 on Suse). If you want to change the installation prefix,
use the --prefix option:
  
    python setup.py install --prefix /usr/local

Uninstallation can be achieved by running

    python setup.py uninstall

A complete list of command line options of the installation script is
available through python setup.py --help.
