aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4550c5c..2233f70 100644
--- a/README.md
+++ b/README.md
@@ -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`