summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/zephyr_build.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/zephyr_build.md b/docs/zephyr_build.md
index f9bdfee033..79a3c7e42f 100644
--- a/docs/zephyr_build.md
+++ b/docs/zephyr_build.md
@@ -70,9 +70,8 @@ Ensure that ~/.local/bin in on your PATH
You may also need to install these items:
```bash
-sudo apt-get install cmake ninja-build python3-pyelftools gcc-multilib
-pip3 install pykwalify
-pip3 install colorama
+sudo apt-get install cmake ninja-build python3-pyelftools gcc-multilib \
+ python3-pykwalify python3-colorama
```
You must reinstall zmake after any `repo sync` since new features may have been