From 2e3a580d82e896d17b5085b75a98cdf34cd18db3 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Wed, 7 Dec 2011 15:44:10 +0000 Subject: [PATCH] Update INSTALL: PySide recommended over PyQt4 --- INSTALL | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index e4b1013..33baf1e 100644 --- a/INSTALL +++ b/INSTALL @@ -2,8 +2,8 @@ QWeeChat installation ===================== Required to run QWeeChat: -- python 2.x >= 2.6 -- PyQt4 (python-qt4) or PySide (python.pyside.*) +- Python 2.x >= 2.6 +- PySide (recommended, packages: python.pyside.*) or PyQt4 (python-qt4) Run without install @@ -16,8 +16,8 @@ $ cd qweechat-x.y $ python src/qweechat/weechat.py -Install -------- +Run with install +---------------- Extract files from archive and install using script 'setup.py':