Remove install PyQt5 from steps as this is included in a source code install

Curtis Gedak 2017-08-14 19:21:33 -06:00
parent 06a894143e
commit 69eff73271

@ -36,7 +36,7 @@ Install all the necessary software required for creating the manuskript package.
sudo apt install zip
2. Install pip, PyInstaller and PyQt5
2. Install pip and PyInstaller
sudo apt install python3-pip
sudo pip3 install pyinstaller