From b4123fd715e41070be5bb39600625c740185f562 Mon Sep 17 00:00:00 2001 From: Richard Burton Date: Fri, 4 Mar 2022 09:19:09 +0000 Subject: MLECO-2978: Update to 22.02 dependencies * Core-platform now a depdenency for timing adapter Signed-off-by: Richard Burton Change-Id: I54f3773bdf91083fa1513be15372fcf2231bea2c --- docs/sections/building.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/sections') diff --git a/docs/sections/building.md b/docs/sections/building.md index 895e0e6..df21250 100644 --- a/docs/sections/building.md +++ b/docs/sections/building.md @@ -76,14 +76,14 @@ Before proceeding, it is *essential* to ensure that the following prerequisites > > `export PATH=/path/to/cmake/bin:$PATH` -- Python 3.6 or above is installed. Check your current installed version of Python by running: +- Python 3.8 or above is installed. Check your current installed version of Python by running: ```commandline python3 --version ``` ```log - Python 3.6.8 + Python 3.8.12 ``` - The build system creates a Python virtual environment during the build process. Please make sure that Python virtual @@ -101,7 +101,7 @@ Before proceeding, it is *essential* to ensure that the following prerequisites ``` ```log - pip 9.0.1 from /usr/lib/python3/dist-packages (python 3.6) + pip 9.0.1 from /usr/lib/python3/dist-packages (python 3.8) ``` - Make @@ -309,7 +309,7 @@ This fetches every model into the `resources_downloaded` directory. It also opti for the default 128 MACs configuration of the Arm® *Ethos™-U55* NPU and for the default 256 MACs configuration of the Arm® *Ethos™-U65* NPU. -> **Note:** This script requires Python version 3.6 or higher. Please make sure all [build prerequisites](./building.md#build-prerequisites) +> **Note:** This script requires Python version 3.8 or higher. Please make sure all [build prerequisites](./building.md#build-prerequisites) > are satisfied. Additional command line arguments supported by this script are: -- cgit v1.2.1