aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristofer Jonsson <kristofer.jonsson@arm.com>2022-05-12 10:44:03 +0200
committerKristofer Jonsson <kristofer.jonsson@arm.com>2022-05-12 10:44:03 +0200
commite6df5a799b5b0f3f2f7aeb7cbd071722ca2b80fb (patch)
treebbb941a1c6c26f97988bbe895977ec2b8fd4dd41
parentbbbd916878df7a72be504a238197cdff1cf43deb (diff)
downloadethos-u-core-platform-e6df5a799b5b0f3f2f7aeb7cbd071722ca2b80fb.tar.gz
Update Python version in documentation22.05-rc1
The Python requirement has been relaxed to 3.7+. Change-Id: Ibee4a31af0b5a458163cfcd428d8ca0b8018e79e
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1efefec..f7ba476 100644
--- a/README.md
+++ b/README.md
@@ -22,10 +22,10 @@ downloaded from the Ecosystem page at
## Building
Building core platform requires a recent version of CMake, a C/C++ cross compiler
-for Arm Cortex-M and Python 3.8+. There are sample toolchain files provided for
+for Arm Cortex-M and Python 3.7+. There are sample toolchain files provided for
Arm Clang and Arm GCC.
-To run the helper scripts Python 3.8+ is required, together with the packages listed in
+To run the helper scripts Python 3.7+ is required, together with the packages listed in
`requirements.txt`.
```