diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ Setup **OpenBSD**: `pkg_add weechat-python py3-websocket-client` -**Other**: `pip3 install websocket-client` +**Other**: `python3 -m pip install websocket-client` Note for **macOS**: 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` |