From e45e94cbde6d2ad5c784bfeeb8d4ee0b976c7813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Thu, 6 Feb 2020 10:36:42 +0100 Subject: [PATCH] chg: Do not install neo by default --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a418367..d628844 100644 --- a/README.md +++ b/README.md @@ -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