aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2023-06-23 12:14:30 +0200
committerTrygve Aaberge <trygveaa@gmail.com>2023-06-23 12:28:25 +0200
commit6e6ed4d291bb054b143c2c361a25b56b5b0c913c (patch)
tree0079496883ed5a2032cd3e662c7a2b218939378d
parenta9a019f9c83babff6d4cba0cc09f796850eecc0d (diff)
downloadwee-slack-6e6ed4d291bb054b143c2c361a25b56b5b0c913c.tar.gz
Remove Debian instructions for Python 2
WeeChat in Debian switched to Python 3 in bullseye (currently oldstable), so the Python 2 instructions shouldn't be necessary anymore.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 495121c..85ef015 100644
--- a/README.md
+++ b/README.md
@@ -80,7 +80,7 @@ Setup
**Arch Linux**: `pacman -S python-websocket-client`
-**Debian/Ubuntu**: `apt install weechat-python python-websocket`. If using WeeChat 2.6 or newer, run `apt install weechat-python python3-websocket` instead.
+**Debian/Ubuntu**: `apt install weechat-python python3-websocket`
**Fedora**: `dnf install python3-websocket-client`