From d1b5cd98d1e2402d42efd4a624d7ebf8a88f2fa0 Mon Sep 17 00:00:00 2001 From: Michael Clemens Date: Wed, 21 Mar 2018 23:07:53 +0100 Subject: [PATCH] added dependencied to README --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aaab02c..d2e6284 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,14 @@ This python script is intended to be used to automatically generate use case / c ## Requirements -This tool requires Python 3 and lxml (https://github.com/lxml/lxml). -On Debian you can install it with "sudo apt-get install python3-lxml" +This tool requires the following: +* Python 3 +* lxml +* networkx +* pydot + + +On Debian you can install the dependencies with "sudo apt-get install python3-lxml python3-networkxi python3-pydot" ## Usage