Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 323 Bytes

dependencies.md

File metadata and controls

16 lines (12 loc) · 323 Bytes

Please install these.

  • Python 3
    • pip3 install zeroconf
  • Qt4
    • Python 3 Qt4 bindings

Ubuntu:

Python 3 Qt Libraries:
sudo apt-get install python3 python3-pyqt4 python3-qt4 python3-pip
Python 3 zeroconf: pip3 install zeroconf

Now you should be able to run python3 main.py to start the program.