summaryrefslogtreecommitdiff
path: root/docs/quick_start.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/quick_start.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/quick_start.md')
-rw-r--r--docs/quick_start.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/quick_start.md b/docs/quick_start.md
index ff0646b..93e7943 100644
--- a/docs/quick_start.md
+++ b/docs/quick_start.md
@@ -11,7 +11,7 @@ but requires creation of an AWS account and basic configuration outlined [here](
To get started quickly, please follow these steps:
-1. First, verify that you have installed [the required prerequisites](sections/building.md#build-prerequisites).
+1. First, verify that you have installed all of [the required prerequisites](sections/building.md#build-prerequisites).
2. Clone the *Ethos-U* evaluation kit repository:
@@ -37,14 +37,14 @@ To get started quickly, please follow these steps:
[supported by Vela](https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ethos-u-vela/+/HEAD/SUPPORTED_OPS.md).
```commandline
- ./build_default.py
+ python3 ./build_default.py
```
> **Note** The preceding command assumes you are using the GNU Arm Embedded toolchain. If you are using the Arm
> Compiler instead, you can override the default selection by executing:
```commandline
- ./build_default.py --toolchain arm
+ python3 ./build_default.py --toolchain arm
```
5. Launch the project as explained in the following section: [Deployments](sections/deployment.md#deployment). In quick