diff options
author | Jay Williams <jay@myd3.com> | 2020-01-08 23:15:07 +0000 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2020-01-09 00:15:07 +0100 |
commit | 9b71e5dfbd2fa97539e1c9f66416d1e13f39d119 (patch) | |
tree | e3dd141c3a4a7c0af938ee117958acf93a6d6fef | |
parent | 1af420ecdb537966577e6d6f27d8ff00a42b096e (diff) | |
download | wee-slack-9b71e5dfbd2fa97539e1c9f66416d1e13f39d119.tar.gz |
Use Python3 websocket-client (#731)
When installing on OpenBSD, you need to specify the Python 3 version (not Python 2)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ Setup **FreeBSD**: `pkg install py36-websocket-client` -**OpenBSD**: `pkg_add weechat-python py-websocket-client` +**OpenBSD**: `pkg_add weechat-python py3-websocket-client` **Other**: `pip install websocket-client` |