From b8f32ab9c707138db00d4cec6a2893cecfc5ea88 Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Mon, 14 Aug 2017 18:50:44 -0600 Subject: [PATCH] Minor reformat for binary package wheels --- 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 a703088..de6f9df 100644 --- a/Package-Manuskript-for-Linux-with-PyInstaller.md +++ b/Package-Manuskript-for-Linux-with-PyInstaller.md @@ -8,7 +8,7 @@ Before embarking on this procedure consider creating a clean 64-bit Virtual Mach - Need to use oldest version of Linux you plan to support. See [Making Linux Apps Forward-Compatible](https://pyinstaller.readthedocs.io/en/stable/usage.html#making-linux-apps-forward-compatible). - Ensure no QT4 installed on system. Otherwise pyinstaller attempts to include unneeded QT4 in the package if QT4 is found on the system. See [PyQt5.QtCore and PyQt4.QtCore modules both wrap the QObject class](https://github.com/pyinstaller/pyinstaller/issues/2174). -- [Binary package wheels are provided for Python v3.5 and later for 64-bit Linux, OS X and 32-bit and 64-bit Windows](https://www.riverbankcomputing.com/software/pyqt/download5). +- Binary package [wheels are provided for Python v3.5 and later for 64-bit Linux, OS X and 32-bit and 64-bit Windows](https://www.riverbankcomputing.com/software/pyqt/download5). Users with 32-bit Linux will need to run Manuskript from source code. See [Run Manuskript from Source Code on Linux](https://github.com/olivierkes/manuskript/wiki/Run-Manuskript-from-Source-Code-on-Linux).