Update Jinja2 installation command to include lxml

This commit is contained in:
Chris Bachhuber 2026-01-30 10:59:39 +01:00 committed by GitHub
parent 3e5fb32e0b
commit 3fec7d786f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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