You need Python3 to run the app. But a few numbers of additionnal libs are required :
- PyQt 5 :
$ sudo apt-get install python3-pyqt5
- PyQtWebEngine :
$ pip3 install PyQtWebEngine
$ git clone https://github.com/nathanfourniol/neobibus
$ python3 main.py
This software was develop and tested with Ubuntu 18.04 and Python 3.6