From 69eff732713a77b3584fc83d1582db7c8ab80dea Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Mon, 14 Aug 2017 19:21:33 -0600 Subject: [PATCH] Remove install PyQt5 from steps as this is included in a source code install --- Package-Manuskript-for-Linux-with-PyInstaller.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package-Manuskript-for-Linux-with-PyInstaller.md b/Package-Manuskript-for-Linux-with-PyInstaller.md index 2ca9a23..bdea441 100644 --- a/Package-Manuskript-for-Linux-with-PyInstaller.md +++ b/Package-Manuskript-for-Linux-with-PyInstaller.md @@ -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