diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-10 11:18:22 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-10 11:18:22 -0400 |
commit | 20545ea4fa34e2b1831d11ef99311c4a2b28fc70 (patch) | |
tree | 93496ca8b519b6d4dac2618e66f744d080991d02 | |
parent | 43008494c4c966cc2ced7f7a5d9d1a165b16ef88 (diff) |
Add note about possible missing `west` command.
-rw-r--r-- | docs/docs/dev-setup.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/docs/dev-setup.md b/docs/docs/dev-setup.md index f96ffed..4fa01a8 100644 --- a/docs/docs/dev-setup.md +++ b/docs/docs/dev-setup.md @@ -117,6 +117,12 @@ cd zmk west init -l app/ ``` +:::note +If you encounter errors like `command not found: west` then your `PATH` environment variable is likely +missing the Python 3 user packages directory. See the [West Build Command](#west-build-command) +section again for links to how to do this +::: + #### Update To Fetch Modules ```bash |