From 34d77e5e39e9f000944122c91795f844a18b04e1 Mon Sep 17 00:00:00 2001 From: Philip Rying <36996706+imrying@users.noreply.github.com> Date: Tue, 23 Apr 2024 20:13:17 +0200 Subject: [PATCH] add python3 as build requirement (#415) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 41adc2f..fd26ddb 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ The Wasm-sdk's build process needs some packages : * `cmake` * `clang` * `ninja` +* `python3` Please refer to your OS documentation to install those packages.