From b87af7f0aacdd7cb230deb9bf1a1171b49d4fce4 Mon Sep 17 00:00:00 2001 From: Michael Clemens Date: Fri, 16 Mar 2018 10:32:21 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8aabb43..2d3ffdc 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ This python script is intended to be used to automatically generate use case / correlation rule documentation in Markdown format for the McAfee Enterprise Sceurity Manager (ESM). It accepts a XML file that has been exported from the correlation rule editor of the ESM, converts its contents to Markdown format and writes it into a new file. If you need any other format, you might want to use pandoc to convert to e.g. pdf, docx or HTML. +## Requirements + +This tool requires lxml (https://github.com/lxml/lxml) +Under Debian you can install it with "sudo apt-get install python3-lxml" + ## Usage ```