Merge pull request #156 from cvandeplas/master

document submodule downloading
pull/153/merge
Alexandre Dulaunoy 2017-12-20 10:02:08 +01:00 committed by GitHub
commit a573f3bae1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ pip3 install pymisp
```
git clone https://github.com/MISP/PyMISP.git && cd PyMISP
git submodule update --init
pip3 install -I .
```