Bindings for graphics lib QCustomPlot for PyQt5
- PyQt5
- sip
- qmake (for Qt5)
- make
- Linux operationg system
python setup.py build && sudo python setup.py install
- --qmake -- Path to qmake for building QCustomPlot static library (defaults: /usr/bin/qmake)
- --make -- Path to make utility (defaults: /usr/bin/make)
- --qt-include-dir -- Path to Qt's include location (defaults: /usr/include/qt)
- Autodetecting Qt5 installation (in current version we suppose Qt5 installation headers to /usr/include/qt)
- Windows building support