summaryrefslogtreecommitdiff
path: root/docs/sections/building.md
diff options
context:
space:
mode:
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.