summaryrefslogtreecommitdiff
path: root/docs/sections/building.md
diff options
context:
space:
mode:
authorRichard Burton <richard.burton@arm.com>2022-08-03 14:42:39 +0100
committerRichard <richard.burton@arm.com>2022-08-03 15:50:03 +0000
commite7113b22146b3c37662288aeba98cad7e412f207 (patch)
treeef07503e0cc1eb92156a8777525343a7bba93722 /docs/sections/building.md
parentd1fd698ad891aa93b7b92b3d6b873f4a415a1e27 (diff)
downloadml-embedded-evaluation-kit-e7113b22146b3c37662288aeba98cad7e412f207.tar.gz
MLECO-3375: Update documentation for missing AVH python3.8 venv package
Change-Id: Idfee5b33b31cabdf7e825c2161df1e71191d115a
Diffstat (limited to 'docs/sections/building.md')
-rw-r--r--docs/sections/building.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/sections/building.md b/docs/sections/building.md
index 69ba0e2..1c39027 100644
--- a/docs/sections/building.md
+++ b/docs/sections/building.md
@@ -105,6 +105,12 @@ Before proceeding, it is *essential* to ensure that the following prerequisites
python3 -m venv
```
+ > **Note:** If you are using an Arm Virtual Hardware instance then Python virtual environment is not installed by default.
+ > You will need to install it yourself by running the following command:
+ > ```commandline
+ > sudo apt install python3.8-venv
+ > ```
+
- The build system uses external Python libraries during the building process. Please make sure that the latest pip and
libsndfile versions are installed.