From c856a00db27014daaedfe3242f45bb565a95803a Mon Sep 17 00:00:00 2001 From: Hannah Ward Date: Tue, 25 Jul 2017 10:00:46 +0100 Subject: [PATCH] fix: Update instructions to get libtaxii --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 89603e9..47902c6 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ git clone --recursive https://github.com/MISP/MISP-Taxii-Server This will also download the OpenTAXII Server, which you should install with ```bash +# There's some weird bug wherein pip can't parge >=1.1.111 +sudo pip3 install libtaxii==1.1.111 cd OpenTAXII sudo python3 setup.py install ```