Update INSTALL: PySide recommended over PyQt4
This commit is contained in:
parent
f4848c2ee9
commit
2e3a580d82
1 changed files with 4 additions and 4 deletions
8
INSTALL
8
INSTALL
|
@ -2,8 +2,8 @@ QWeeChat installation
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
Required to run QWeeChat:
|
Required to run QWeeChat:
|
||||||
- python 2.x >= 2.6
|
- Python 2.x >= 2.6
|
||||||
- PyQt4 (python-qt4) or PySide (python.pyside.*)
|
- PySide (recommended, packages: python.pyside.*) or PyQt4 (python-qt4)
|
||||||
|
|
||||||
|
|
||||||
Run without install
|
Run without install
|
||||||
|
@ -16,8 +16,8 @@ $ cd qweechat-x.y
|
||||||
$ python src/qweechat/weechat.py
|
$ python src/qweechat/weechat.py
|
||||||
|
|
||||||
|
|
||||||
Install
|
Run with install
|
||||||
-------
|
----------------
|
||||||
|
|
||||||
Extract files from archive and install using script 'setup.py':
|
Extract files from archive and install using script 'setup.py':
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue