aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRamon Poca <ramon.poca@gmail.com>2018-03-08 15:49:45 +0100
committerTollef Fog Heen <tfheen@err.no>2018-06-07 12:25:03 +0200
commit7b37e6d4ba22399e7b65720f7c88b0d7f865b935 (patch)
treec1671d203e8cd7bb9ac21f14b36e03b38d735773 /README.md
parent1afb40b2f554b0b240dd05a1d64a346bc0e3e33b (diff)
downloadwee-slack-7b37e6d4ba22399e7b65720f7c88b0d7f865b935.tar.gz
Readme: Python runtime for homebrew based installs
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