This is Python3, PyQt5 and QScintilla sandbox

https://www.python.org/downloads/
https://www.riverbankcomputing.com/software/pyqt/download5
https://www.riverbankcomputing.com/software/qscintilla/download

Dependencies for Linux
sudo pip3 install PyQt5
sudo pip3 install QScintilla

Dependencies for Windows
pip install PyQt5
pip install QScintilla
