Skip to content

Commit

Permalink
Add pyqt5 to support new qt5-port of the client
Browse files Browse the repository at this point in the history
  • Loading branch information
ataffanel committed Mar 23, 2017
1 parent a7429e2 commit 5a39218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision.sh
Expand Up @@ -8,7 +8,7 @@ apt-key update
apt-get update

#apt-get -y upgrade
apt-get -y install build-essential git gitg sdcc python2.7 python-pip python-usb python-qt4 python3-numpy qt4-designer kicad libsdl2-dev openjdk-7-jdk meld leafpad dfu-util || { echo 'apt-get install failed' ; exit 1; }
apt-get -y install build-essential git gitg sdcc python2.7 python-pip python-usb python-qt4 python3-pyqt5 python3-numpy qt4-designer kicad libsdl2-dev openjdk-7-jdk meld leafpad dfu-util || { echo 'apt-get install failed' ; exit 1; }
#apt-get python-pyqtgraph #The following packages cannot be authenticated!
pip -y install pysdl2

Expand Down

0 comments on commit 5a39218

Please sign in to comment.