aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJames Peet <james.peet@arm.com>2022-02-11 12:21:44 +0000
committerTim Hall <tim.hall@arm.com>2022-02-25 11:39:33 +0000
commit51bb3379a24139e2af234548e56ff063728f8e7e (patch)
tree77c03cf118aab62b088312eff637e2483c409091 /README.md
parent5a39218a3bc150ec516913b45f341256057a6660 (diff)
downloadethos-u-vela-51bb3379a24139e2af234548e56ff063728f8e7e.tar.gz
MLBEDSW-6184: Release notes for version 3.3.03.3.0.rc33.3.0
- Bump minor release version and add release notes - Update README and SUPPORTED_OPS versions Change-Id: Ic14d028483c12d281e69515b25f66346d9a3afeb Signed-off-by: James Peet <james.peet@arm.com> Signed-off-by: Tim Hall <tim.hall@arm.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index e223e884..b5f352eb 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,8 @@ Vela runs on Linux and Microsoft Windows 10 operating systems.
The following should be installed prior to the installation of Vela:
* Python 3.8 or compatible
+ - Development version containing the Python/C API header files
+ - e.g. `apt install python3.8-dev` or `yum install python38-devel`
* Pip3
* A C99 capable compiler and associated toolchain
- For Linux operating systems, a GNU toolchain is recommended.