aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2020-01-21 20:28:53 +0100
committerTrygve Aaberge <trygveaa@gmail.com>2020-01-21 20:28:53 +0100
commit2c2ae1e35f9a2fc2045621d014ef4a560aa17373 (patch)
treeb10fafd5f22dc3a988b5d4823245d0c317c83a42 /README.md
parent6d389e50c1424512db30c17766c737cfd9c37d3e (diff)
downloadwee-slack-2c2ae1e35f9a2fc2045621d014ef4a560aa17373.tar.gz
Replace pip with pip3 in readme
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 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`