aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMartin Gammelsæter <martin@mg.am>2019-05-07 19:12:12 +0200
committerTrygve Aaberge <trygveaa@gmail.com>2019-05-07 19:14:50 +0200
commit98178846ce658fa4d89a7bf8d63cb98867ea2acc (patch)
tree436b88870d61b110939502403f28383d05ec69f6 /README.md
parente21db0d39b3f415c5c00a71bac4c726f84ed8f44 (diff)
downloadwee-slack-98178846ce658fa4d89a7bf8d63cb98867ea2acc.tar.gz
Add instructions for installing deps on OpenBSD
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 42b3c9d..d17753c 100644
--- a/README.md
+++ b/README.md
@@ -54,6 +54,11 @@ sudo /usr/local/opt/python@2/bin/pip2 install websocket_client
pkg install py27-websocket-client py27-six
```
+##### OpenBSD
+```
+pkg_add py-websocket-client weechat-python
+```
+
#### 2. copy wee_slack.py to ~/.weechat/python
```
cd ~/.weechat/python