diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2019-06-12 17:07:59 +0200 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2019-06-12 17:07:59 +0200 |
commit | fde2dd0d2852441a319a547934240ab6627f45ad (patch) | |
tree | 654bda2007bf617824fcbafee0cfd3c8446de4a9 /README.md | |
parent | 3f4e64ce8fa5657ac04d33ce1e580fa8b06dc607 (diff) | |
download | wee-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |