aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authoroksiquatzel <info@mgrass.biz>2019-10-01 21:38:22 +0200
committerTrygve Aaberge <trygveaa@gmail.com>2019-10-01 21:38:22 +0200
commit778abcab7afbaa20cbd2dae221089efcc365654e (patch)
tree88b5f1744c12176dff33392fa0d9a9f6030f2008 /README.md
parent631aa6353c6df9b20d96f60970c53c27e6a92f84 (diff)
downloadwee-slack-778abcab7afbaa20cbd2dae221089efcc365654e.tar.gz
Update README.md (#719)
It tooked me a while to figure out why weechat says that websocket module was not found in wee-slack plugin. pip list sayed websocket-client was installed. after installing pip3 and websocket-client with pip3, everything worked fine. The current ubuntu 19.04 `python-websocket` package has always installed the python2.7 version.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index a8fdbf7..4cd9e5f 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,7 @@ Dependencies
------------
* WeeChat 1.3+ http://weechat.org/
* websocket-client https://pypi.python.org/pypi/websocket-client/
+ * Since WeeChat 2.6, Python 3 modules are required, see https://weechat.org/blog/post/2019/07/02/Python-3-by-default
* Some distributions package weechat's plugin functionalities in separate packages.
Be sure that your weechat supports python plugins. Under Debian, install `weechat-python`