You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
582 B
Plaintext

QWeeChat installation
=====================
Required to run QWeeChat:
- Python 2.x >= 2.6
- PySide (recommended, packages: python.pyside.*) or PyQt4 (python-qt4)
Run without install
-------------------
Extract files from archive and run qweechat.py:
$ tar xvzf qweechat-x.y.tar.gz
$ cd qweechat-x.y
$ python src/qweechat/weechat.py
Run with install
----------------
Extract files from archive and install using script 'setup.py':
$ tar xvzf qweechat-x.y.tar.gz
$ cd qweechat-x.y
$ python setup.py install
See AUTHORS for support, feel free to contact us for any problem.