diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2023-06-23 12:10:05 +0200 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2023-06-23 12:28:25 +0200 |
commit | a9a019f9c83babff6d4cba0cc09f796850eecc0d (patch) | |
tree | 6c6f5bedf70565cbc88af473492f2a2539e6443d | |
parent | 792b28f3b5368336f3147f5e776d9d7616915e55 (diff) | |
download | wee-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.md | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |