== Qt Graph Helpers ==

Qt Graph Helpers are a group of PyQt helpers that could not be implemented in python as they would be too slow. They are used in Orange (https://github.com/orange3).

= Prerequisites =

Qt Graph Helpers need sip and development versions of Qt and PyQt to build. (qt-dev, python-qt-dev or similar on linux).

= Installation =

To install run:

  python setup.py install

