summaryrefslogtreecommitdiff
path: root/docs/cli.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cli.md')
-rw-r--r--docs/cli.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cli.md b/docs/cli.md
index 7d4c10cedd..36983d5e00 100644
--- a/docs/cli.md
+++ b/docs/cli.md
@@ -6,7 +6,7 @@ The QMK CLI (command line interface) makes building and working with QMK keyboar
6 6
7### Requirements {#requirements} 7### Requirements {#requirements}
8 8
9QMK requires Python 3.7 or greater. We try to keep the number of requirements small but you will also need to install the packages listed in [`requirements.txt`](https://github.com/qmk/qmk_firmware/blob/master/requirements.txt). These are installed automatically when you install the QMK CLI. 9QMK requires Python 3.9 or greater. We try to keep the number of requirements small but you will also need to install the packages listed in [`requirements.txt`](https://github.com/qmk/qmk_firmware/blob/master/requirements.txt). These are installed automatically when you install the QMK CLI.
10 10
11### Install Using Homebrew (macOS, some Linux) {#install-using-homebrew} 11### Install Using Homebrew (macOS, some Linux) {#install-using-homebrew}
12 12
@@ -20,7 +20,7 @@ qmk setup # This will clone `qmk/qmk_firmware` and optionally set up your build
20 20
21### Install Using pip {#install-using-easy_install-or-pip} 21### Install Using pip {#install-using-easy_install-or-pip}
22 22
23If your system is not listed above you can install QMK manually. First ensure that you have Python 3.7 (or later) installed and have installed pip. Then install QMK with this command: 23If your system is not listed above you can install QMK manually. First ensure that you have Python 3.9 (or later) installed and have installed pip. Then install QMK with this command:
24 24
25``` 25```
26python3 -m pip install qmk 26python3 -m pip install qmk