From 6109692f4639162459e48e1f26949ebac266aef7 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 20 May 2022 13:40:40 +0200 Subject: README: add required modules --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index d74e77c..55c6815 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,20 @@ Depending on the value of the **DFATOOL_KCONF_WITH_CHOICE_NODES** environment va to be documented. +## Dependencies + +Python 3.7 or newer with the following modules: + +* frozendict +* matplotlib +* numpy +* scipy +* scikit-learn +* yaml +* zbar + +On Debian Bullseye, all required modules are available as Debian packages. + ## Code Style Please only commit blackened code. It's best to check this with a pre-commit -- cgit v1.2.3