summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2022-05-20 13:40:40 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2022-05-20 13:40:40 +0200
commit6109692f4639162459e48e1f26949ebac266aef7 (patch)
treed0a0447f1d0cb50daa748fc15b4a06338605568d
parente691d9a63cec54bcbf1c5f546470e1f256a40db7 (diff)
README: add required modules
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
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