diff options
author | oksiquatzel <info@mgrass.biz> | 2019-10-01 21:38:22 +0200 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2019-10-01 21:38:22 +0200 |
commit | 778abcab7afbaa20cbd2dae221089efcc365654e (patch) | |
tree | 88b5f1744c12176dff33392fa0d9a9f6030f2008 /README.md | |
parent | 631aa6353c6df9b20d96f60970c53c27e6a92f84 (diff) | |
download | wee-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.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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` |