diff options
author | Martin Gammelsæter <martin@mg.am> | 2019-05-07 19:12:12 +0200 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2019-05-07 19:14:50 +0200 |
commit | 98178846ce658fa4d89a7bf8d63cb98867ea2acc (patch) | |
tree | 436b88870d61b110939502403f28383d05ec69f6 /README.md | |
parent | e21db0d39b3f415c5c00a71bac4c726f84ed8f44 (diff) | |
download | wee-slack-98178846ce658fa4d89a7bf8d63cb98867ea2acc.tar.gz |
Add instructions for installing deps on OpenBSD
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |