From 60ab7220d05e6832fe2f74bf43ddbf86466711bc Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 17 Apr 2023 12:16:35 +0200 Subject: [PATCH] mostly trigger CI Is it still green by default? --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 314269c4cb..b4daecddcb 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,8 @@ To generate the APIs yourself, you will need to meet the following prerequisites - **make** - Make is used to automate and efficiently call all involved programs - **python** -- As [_mako_][mako] is a python program, you will need python installed on your system to run it. Some other programs we call depend on python being present as well. Note that you need python 3.8, as 3.9+ introduced some breaking changes that breaks the dependencies. +- As [_mako_][mako] is a python program, you will need python installed on your system to run it. Some other programs we call depend on python being present as well. + Note that you need python 3.8, as 3.9+ introduced some breaking changes that breaks the dependencies. - **an internet connection and wget** - Make will download all other prerequisites automatically into hidden directories within this repository, which requires it to make some downloads via wget. - **Rust Stable**