summaryrefslogtreecommitdiff
path: root/docs/sections/building.md
diff options
context:
space:
mode:
authorIsabella Gottardi <isabella.gottardi@arm.com>2022-03-11 13:25:08 +0000
committerRichard <richard.burton@arm.com>2022-03-15 15:15:39 +0000
commit6c2ea453d91794c6f92a5bac515d12217c03684c (patch)
tree8d3ac8c99dcc587e84d538487b16dd746d99b557 /docs/sections/building.md
parent0fb5ae799fdd1df49c2d1552d729ebd22e836ee4 (diff)
downloadml-embedded-evaluation-kit-6c2ea453d91794c6f92a5bac515d12217c03684c.tar.gz
MLECO-3035: [Documentation] Add instructions for updating to python3.8 for Ubuntu 18.04 (or older) users
Change-Id: If7bb02f44f8bb7b84b7b7a620e69429a7b5fbb60 Signed-off-by: Isabella Gottardi <isabella.gottardi@arm.com>
Diffstat (limited to 'docs/sections/building.md')
-rw-r--r--docs/sections/building.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/sections/building.md b/docs/sections/building.md
index f4acfa1..301d945 100644
--- a/docs/sections/building.md
+++ b/docs/sections/building.md
@@ -86,6 +86,10 @@ Before proceeding, it is *essential* to ensure that the following prerequisites
Python 3.8.12
```
+ > **Note:** If you have an older version of Python installed (< 3.8) see the
+ > [Troubleshooting](./troubleshooting.md#how-to-update-python3-package-to-newer-version)
+ > for instruction on how to update it.
+
- The build system creates a Python virtual environment during the build process. Please make sure that Python virtual
environment module is installed by running: