mirror of https://github.com/MISP/PyMISP
chg: Do not install neo by default
parent
8673483b3a
commit
e45e94cbde
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue