1
0

Deploy qmk_udev during bootstrap, updated CLI bootstrap docs (#26147)

This commit is contained in:
Nick Brassel
2026-04-14 20:02:31 +10:00
committed by GitHub
parent c6475e0476
commit 15e8658e81
8 changed files with 202 additions and 251 deletions

View File

@@ -12,11 +12,11 @@ If you intend to maintain keyboards and/or contribute to QMK, you can enable the
`qmk config user.developer=True`
This will allow you to see all available subcommands.
**Note:** You will have to install additional requirements:
```
python3 -m pip install -r requirements-dev.txt
```
This will allow you to see all available subcommands.
::: tip
If you installed QMK using the bootstrapper (`curl -fsSL https://install.qmk.fm | sh`), the development requirements are already installed.
:::
# Subcommands