diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2020-01-21 20:28:53 +0100 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2020-01-21 20:28:53 +0100 |
commit | 2c2ae1e35f9a2fc2045621d014ef4a560aa17373 (patch) | |
tree | b10fafd5f22dc3a988b5d4823245d0c317c83a42 /README.md | |
parent | 6d389e50c1424512db30c17766c737cfd9c37d3e (diff) | |
download | wee-slack-2c2ae1e35f9a2fc2045621d014ef4a560aa17373.tar.gz |
Replace pip with pip3 in readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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` |