aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4638bbd..ee13425 100644
--- a/README.md
+++ b/README.md
@@ -65,6 +65,12 @@ wee-slack doesn't use the Slack IRC gateway. If you currently connect via the ga
pip install websocket-client
```
+Note: If you installed weechat with Homebrew, you will have to locate the python runtime environment used.
+If `--with-python@2` was used, you should use:
+```
+sudo /usr/local/opt/python@2/bin/pip2 install websocket_client
+```
+
##### FreeBSD
```
pkg install py27-websocket-client py27-six