From bbdab316276dff4691c735f2d2c5466d15f9584c Mon Sep 17 00:00:00 2001 From: Reilly Chase Date: Mon, 6 Nov 2017 10:36:35 -0500 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 64041f6..3947521 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,19 @@ A cross platform PvPGN chatbot written in Python/PyQT4, uses PvPGN's bot/telnet protocol ## Install Instructions -Install Python 2.7 -Install PyQT4 +- Install Python 2.7 +- Install PyQT4 ### PyQT4 for Windows -Link to Windows exe for PyQT4 x64: +If you have x86 Python 2.7, install x86 PyQT4: + + https://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.11.4/PyQt4-4.11.4-gpl-Py2.7-Qt4.8.7-x32.exe/download + +If you have x64 Python 2.7, install x64 PyQT4 https://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.11.4/PyQt4-4.11.4-gpl-Py2.7-Qt4.8.7-x64.exe/download + ### PyQT4 for Ubuntu