aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2023-06-23 12:07:56 +0200
committerTrygve Aaberge <trygveaa@gmail.com>2023-06-23 12:28:25 +0200
commit792b28f3b5368336f3147f5e776d9d7616915e55 (patch)
treea9ee986bdcf62116b83419db96b9332d7982eea8 /README.md
parent3a9cc2586a0c483f1c525283424d37d5e62305ce (diff)
downloadwee-slack-792b28f3b5368336f3147f5e776d9d7616915e55.tar.gz
Use `python3 -m pip` instead of `pip3` in readme
Pip recommends using `python3 -m pip` instead of just `pip` (and Python recommends using `python3` rather than just `python`).
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`