From 23a61e04916d1238f698042beef609b66e0b316f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 2 Apr 2021 10:03:27 +0200 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0321994..a895712 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,20 @@ Only basic dependencies: pip3 install pymisp ``` -With optional dependencies: +And there are a few optional dependencies: +* fileobjects: to create PE/ELF/Mach-o objects. **Important**: it will install pydeep, which require the system package `libfuzzy-dev` +* openioc: to import files in OpenIOC format (not really maintained). +* virustotal: to query VirusTotal and generate the appropriate objects +* docs: to generate te documentation +* pdfexport: to generate PDF reports out of MISP events +* url: to generate URL objects out of URLs with Pyfaup +* email: to generate MISP Email objects +* brotli: to use the brotli when interacting with a MISP instance + +Example: + ``` -pip3 install pymisp[fileobjects,openioc,virustotal] +pip3 install pymisp[virustotal,email] ``` ## Install the latest version from repo from development purposes