diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2022-05-20 13:40:40 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2022-05-20 13:40:40 +0200 |
commit | 6109692f4639162459e48e1f26949ebac266aef7 (patch) | |
tree | d0a0447f1d0cb50daa748fc15b4a06338605568d | |
parent | e691d9a63cec54bcbf1c5f546470e1f256a40db7 (diff) |
README: add required modules
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 |