diff options
| author | QMK Bot | 2025-05-07 16:42:14 +0200 |
|---|---|---|
| committer | QMK Bot | 2025-05-07 16:42:14 +0200 |
| commit | 084ed078d682b49ee3d26db032bedf9a6fbbd384 (patch) | |
| tree | e54bee9d6efd56e23b6991e0566159f4fa97987d /docs/newbs_getting_started.md | |
| parent | b76bf29d251c55bb746d8ab5d0c04fd6a16a7fb5 (diff) | |
| parent | 32204095e52c5492f8eabc2821b779564a430d74 (diff) | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/newbs_getting_started.md')
| -rw-r--r-- | docs/newbs_getting_started.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/newbs_getting_started.md b/docs/newbs_getting_started.md index 9ebcccc77f..1d2b60781b 100644 --- a/docs/newbs_getting_started.md +++ b/docs/newbs_getting_started.md @@ -101,6 +101,12 @@ Install the QMK CLI by running: python3 -m pip install --user qmk ``` +Alternatively, install the QMK CLI as a [uv](https://docs.astral.sh/uv/) managed tool, kept isolated in a virtual environment (requires uv to be installed): + +```sh +uv tool install qmk +``` + #### Community Packages These packages are maintained by community members, so may not be up to date or completely functional. If you encounter problems, please report them to their respective maintainers. |