Bindings for graphics lib QCustomPlot for PyQt5.
- PyQt5
- sip
- qmake (for Qt5)
- make
- Linux operationg system
Currently QCustomPlot is statically linked and downloaded as GIT submodule.
- git submodule update --init
- python setup.py build && sudo python setup.py install
- --qmake -- Path to qmake for building QCustomPlot static library (default: detected from PyQt5 installation)
- --make -- Path to make utility (default: nmake.exe on Windows, make elsewhere)
- --qt-include-dir -- Path to Qt's include location (default: detected from PyQt5 installation)
- No debug builds are currently supported
- Test on other than Linux & Windows systems