diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2019-10-01 21:43:09 +0200 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2019-10-01 21:44:27 +0200 |
commit | 335040b3df59ed29b1e53c3dade32d4362c2f191 (patch) | |
tree | 7b0e53fe8e6d6bc61cf9e69a6079bf152c54caec /README.md | |
parent | 778abcab7afbaa20cbd2dae221089efcc365654e (diff) | |
download | wee-slack-335040b3df59ed29b1e53c3dade32d4362c2f191.tar.gz |
Update dependency instructions for python 3
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,9 +39,9 @@ Setup ### 1. Install dependencies -**Arch Linux**: `pacman -S python2-websocket-client` +**Arch Linux**: `pacman -S python-websocket-client` -**Debian/Ubuntu**: `apt install weechat-python python-websocket` +**Debian/Ubuntu**: `apt install weechat-python python-websocket`. If using weechat 2.6 or newer, run `apt install weechat-python python3-websocket` instead. **Fedora**: `dnf install python3-websocket-client` |