fix: Update instructions to get libtaxii

pull/22/head
Hannah Ward 2017-07-25 10:00:46 +01:00
parent a64089a8d6
commit c856a00db2
No known key found for this signature in database
GPG Key ID: 6F3BAD60DE190290
1 changed files with 2 additions and 0 deletions

View File

@ -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
```