blog: Clarify west upgrade command in Zephyr 4.1 update post (#3133)

This commit is contained in:
carrefinho 2025-12-12 00:08:03 -05:00 committed by GitHub
parent 958fa78806
commit fed2cf69da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ Once the container has rebuilt, VS Code will be running the 4.1 Docker image.
The following steps will get you building ZMK locally against Zephyr 4.1:
- Run the updated [toolchain installation](/docs/development/local-toolchain/setup) steps, and once completed, remove the previously installed SDK version (optional, existing SDK should still work)
- Install the latest version of `west` by running `pip3 install --user --update west`.
- Install the latest version of `west` by running `pip3 install --upgrade west` in a virtual environment, or add the `--user` flag if `west` is installed globally: `pip3 install --user --upgrade west`.
- Pull the latest ZMK `main` with `git pull` for your ZMK checkout
- Run `west update` to pull the updated Zephyr version and its dependencies