From f044f9b90fd88fe7b0cc9db42a960e6cf16ca72b Mon Sep 17 00:00:00 2001 From: Dave Liu Date: Sun, 23 Oct 2016 18:52:54 -0700 Subject: [PATCH] Clarified installation requirements. PySide doesn't support python3.5+ and PyQt5 won't work either. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f1e0c8a..5522cd7 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,7 @@ ghost.py is a webkit web client written in python: Installation ------------ -ghost.py requires either PySide_ (preferred) or PyQt_ Qt_ bindings: +ghost.py requires either PySide (preferred, but only supported on python 2.6, 2.7, 3.2, 3.3, and 3.4) or PyQt4_ (NOT PyQt 5) Qt_ bindings: .. code:: bash