aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2019-06-12 17:21:20 +0200
committerTrygve Aaberge <trygveaa@gmail.com>2019-06-12 17:21:20 +0200
commit9d24ff14876a76865320a8a3cabb89636176f9bc (patch)
treea563a046e9c5f67d87fadae03c4b644c2a566eac /README.md
parentfde2dd0d2852441a319a547934240ab6627f45ad (diff)
downloadwee-slack-9d24ff14876a76865320a8a3cabb89636176f9bc.tar.gz
Add more repo specific instructions for installing dependencies
Diffstat (limited to 'README.md')
-rw-r--r--README.md27
1 files changed, 12 insertions, 15 deletions
diff --git a/README.md b/README.md
index 2475121..11c61aa 100644
--- a/README.md
+++ b/README.md
@@ -38,25 +38,22 @@ Setup
#### 1. Install dependencies
-##### OSX and Linux
-```
-pip install websocket-client
-```
+Arch Linux: `pacman -S python2-websocket-client`
-Note: 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
-```
+Debian/Ubuntu: `apt install weechat-python python-websocket`
-##### FreeBSD
-```
-pkg install py36-websocket-client
-```
+Fedora: `dnf install python3-websocket-client`
+
+FreeBSD: `pkg install py36-websocket-client`
+
+OpenBSD: `pkg_add weechat-python py-websocket-client`
-##### OpenBSD
+Other: `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:
```
-pkg_add py-websocket-client weechat-python
+sudo /usr/local/opt/python@2/bin/pip2 install websocket_client
```
#### 2. Download wee\_slack.py to ~/.weechat/python