aboutsummaryrefslogtreecommitdiff
path: root/docs/cli_development.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cli_development.md')
-rw-r--r--docs/cli_development.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cli_development.md b/docs/cli_development.md
index 0f4f401b3..62be3b3d8 100644
--- a/docs/cli_development.md
+++ b/docs/cli_development.md
@@ -14,7 +14,7 @@ If you intend to maintain keyboards and/or contribute to QMK, you can enable the
14 14
15This will allow you to see all available subcommands. 15This will allow you to see all available subcommands.
16**Note:** You will have to install additional requirements: 16**Note:** You will have to install additional requirements:
17```bash 17```
18python3 -m pip install -r requirements-dev.txt 18python3 -m pip install -r requirements-dev.txt
19``` 19```
20 20