aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5999f75..c3df4e0 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ Setup
**OpenBSD**: `pkg_add weechat-python py3-websocket-client`
-**Other**: `pip install websocket-client`
+**Other**: `pip3 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`