From 670f270c0a265c03613d632a995d39e3bff40d53 Mon Sep 17 00:00:00 2001 From: David Lenfesty Date: Thu, 21 Apr 2022 17:04:59 -0600 Subject: [PATCH] add xmltodict requirement to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e403ad9..d9efcd5 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ In order to run the generator, you will need to install the following tools: * `git` * `jq` * `svd` – `pip3 install svdtools` +* `xmltodict` - `pip3 install xmltodict` ## Generating the YAMLs