fix: Parge is not a word!

pull/38/head
Hannah Ward 2018-01-11 10:25:44 +00:00
parent 171bd70afc
commit 6f3627e565
No known key found for this signature in database
GPG Key ID: 6F3BAD60DE190290
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ 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
# There's some weird bug wherein pip can't parse >=1.1.111
sudo pip3 install libtaxii==1.1.111
cd OpenTAXII
sudo python3 setup.py install