From 3fec7d786f329f43e906a89d259bfa7fe2399f3d Mon Sep 17 00:00:00 2001 From: Chris Bachhuber Date: Fri, 30 Jan 2026 10:59:39 +0100 Subject: [PATCH] Update Jinja2 installation command to include lxml --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 352d7bb..e1edd52 100644 --- a/Readme.md +++ b/Readme.md @@ -13,7 +13,7 @@ A lot of Embedded Projects use proprietary IDEs and build processes. This make a Install `python3` on your system run: ```shell -pip install Jinja2 +pip install Jinja2 lxml ``` ## Usage