From c354306b3bdfa20a3453dc58bcdda57eec7b0a85 Mon Sep 17 00:00:00 2001 From: JanLJL Date: Fri, 24 Mar 2023 17:05:29 +0100 Subject: [PATCH] updated requirements --- README.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 0a71ce5..e941a40 100644 --- a/README.rst +++ b/README.rst @@ -56,10 +56,15 @@ After installation, OSACA can be started with the command ``osaca`` in the CLI. Dependencies: ------------- -Additional requirements are: +Necessary equirements are: -- `Python3 `__ -- `Graphviz `__ for dependency graph creation (minimal dependency is `libgraphviz-dev` on Ubuntu) +- `Python3 `_ +- `Graphviz `_ for dependency graph creation (minimal dependency is ``libgraphviz-dev`` on Ubuntu) +- Python packages: + + - `networkx `_ + - `pyparsing `_ + - `ruamel.yaml `_ Optional requirements are: