blog: clarify west upgrade command for venv vs global installation in Zephyr 4.1 update post

This commit is contained in:
carrefinho 2025-12-11 20:51:49 -05:00
parent 958fa78806
commit a58fb42a55
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