From 10fccd4df7c21fb5f0ff401cfb04456909a89a14 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Jun 11 2025 00:02:15 +0000 Subject: NOTES: Add basic instructions to install dependencies This will suffice until something fancier comes along... --- diff --git a/NOTES.md b/NOTES.md index bd42553..037c11c 100644 --- a/NOTES.md +++ b/NOTES.md @@ -14,3 +14,13 @@ silly ones. We do still keep the architecture match, though. We could do some other interesting reports on the outlier data — queries that come from different OSes, or across architectures. These are usually cross-compile builds or container cases. + +---- + +The dependencies required to make this work are: + +```shell +$ sudo dnf install python3-pandas python3-matplotlib python3-docopt-ng python3-toml python3-deepmerge dateutils sqlite wget julietaula-montserrat-fonts texlive-montserrat +``` + +Then just do `./run.sh`.