diff options
author | Ramon Poca <ramon.poca@gmail.com> | 2018-03-08 15:49:45 +0100 |
---|---|---|
committer | Tollef Fog Heen <tfheen@err.no> | 2018-06-07 12:25:03 +0200 |
commit | 7b37e6d4ba22399e7b65720f7c88b0d7f865b935 (patch) | |
tree | c1671d203e8cd7bb9ac21f14b36e03b38d735773 /README.md | |
parent | 1afb40b2f554b0b240dd05a1d64a346bc0e3e33b (diff) | |
download | wee-slack-7b37e6d4ba22399e7b65720f7c88b0d7f865b935.tar.gz |
Readme: Python runtime for homebrew based installs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |