aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2023-06-23 12:10:05 +0200
committerTrygve Aaberge <trygveaa@gmail.com>2023-06-23 12:28:25 +0200
commita9a019f9c83babff6d4cba0cc09f796850eecc0d (patch)
tree6c6f5bedf70565cbc88af473492f2a2539e6443d
parent792b28f3b5368336f3147f5e776d9d7616915e55 (diff)
downloadwee-slack-a9a019f9c83babff6d4cba0cc09f796850eecc0d.tar.gz
Remove macOS specific note for pip
If I understand https://docs.brew.sh/Homebrew-and-Python correctly, Homebrew Python installs python3 so you can use pip as described for "Other".
-rw-r--r--README.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2233f70..495121c 100644
--- a/README.md
+++ b/README.md
@@ -90,9 +90,6 @@ Setup
**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`
-
### 2. Install and load wee-slack
#### From the WeeChat script repo