From f018a6831e9b3267436b9e352f08d7b64df628b8 Mon Sep 17 00:00:00 2001 From: Dwight Lidman Date: Wed, 11 May 2022 12:17:45 +0200 Subject: MLBEDSW-6518: Change to Python 3.7 This commit downgrades the required Python version to 3.7 from 3.8. Signed-off-by: Dwight Lidman Change-Id: I07057908b97bcd94663f001474d877ba41411ae1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 051ebf37..eb8871e3 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,9 @@ 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 +* Python 3.7 or compatible - Development version containing the Python/C API header files - - e.g. `apt install python3.8-dev` or `yum install python38-devel` + - e.g. `apt install python3.7-dev` or `yum install python37-devel` * Pip3 * A C99 capable compiler and associated toolchain - For Linux operating systems, a GNU toolchain is recommended. -- cgit v1.2.1