Requirements
------------

- PyQt:
  On Debian/Ubuntu systems, execute:

    sudo aptitude install pyqt4-dev-tools

- SQLAlchemy installed
  On Debian/Ubuntu systems, execute:

    sudo pip install sqlalchemy

  If you don't have pip installed, execute:

    sudo aptitude install python-setuptools
    sudo easy_install pip

