aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2019-06-12 17:07:59 +0200
committerTrygve Aaberge <trygveaa@gmail.com>2019-06-12 17:07:59 +0200
commitfde2dd0d2852441a319a547934240ab6627f45ad (patch)
tree654bda2007bf617824fcbafee0cfd3c8446de4a9 /README.md
parent3f4e64ce8fa5657ac04d33ce1e580fa8b06dc607 (diff)
downloadwee-slack-fde2dd0d2852441a319a547934240ab6627f45ad.tar.gz
Update FreeBSD installation instructions to python 3
The weechat package on FreeBSD now uses python 3. I removed six, because we don't use it directly, it's only a dependency of websocket-client (and will be installed as that when you install the websocket-client package).
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4abcc5f..2475121 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ sudo /usr/local/opt/python@2/bin/pip2 install websocket_client
##### FreeBSD
```
-pkg install py27-websocket-client py27-six
+pkg install py36-websocket-client
```
##### OpenBSD