chg: Do not install neo by default

pull/551/head
Raphaël Vinot 2020-02-06 10:36:42 +01:00 committed by GitHub
parent 8673483b3a
commit e45e94cbde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ pip3 install pymisp
```
git clone https://github.com/MISP/PyMISP.git && cd PyMISP
git submodule update --init
pip3 install -I .[fileobjects,neo,openioc,virustotal]
pip3 install -I .[fileobjects,openioc,virustotal]
```
## Installing it with virtualenv
@ -43,7 +43,7 @@ git clone https://github.com/MISP/PyMISP.git && cd PyMISP
python3 -m venv ./venv
source venv/bin/activate
git submodule update --init
pip3 install -I .[fileobjects,neo,openioc,virustotal]
pip3 install -I .[fileobjects,openioc,virustotal]
```
## Running the tests