]> jfr.im git - irc/weechat/qweechat.git/blobdiff - README.adoc
Fix testproto.
[irc/weechat/qweechat.git] / README.adoc
index 456f60e59b5ddeb77009ffcc36c403a1442b0134..074dc3d0813b38267e36e21a8bac41dc530f17c3 100644 (file)
@@ -25,13 +25,13 @@ Following packages are *required*:
 
 * WeeChat (version >= 0.3.7) on local or remote machine, with relay plugin
   enabled and listening on a port with protocol "weechat"
-* Python 2.x >= 2.6
-* PySide (recommended, packages: python.pyside.*) or PyQt4 (python-qt4)
+* Python 3.7+
+* PySide6
 
 === Install via source distribution
 
 ----
-$ python setup.py install
+$ pip install .
 ----
 
 == WeeChat setup
@@ -55,7 +55,7 @@ Options can be changed in file _~/.qweechat/qweechat.conf_.
 
 == Copyright
 
-Copyright (C) 2011-2018 Sébastien Helleu <flashcode@flashtux.org>
+Copyright (C) 2011-2021 Sébastien Helleu <flashcode@flashtux.org>
 
 This file is part of QWeeChat, a Qt remote GUI for WeeChat.