From 733dc60b1a1402e97ebc435cb0cd461a59508222 Mon Sep 17 00:00:00 2001 From: imrying Date: Tue, 23 Apr 2024 15:40:59 +0200 Subject: [PATCH] add python3 as build requirement --- 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.