summaryrefslogtreecommitdiff
path: root/docs/cli.md
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-10-04 00:19:44 +0000
committerQMK Bot <hello@qmk.fm>2023-10-04 00:19:44 +0000
commit733f1da96b12044431b81dc02366eef4678a92dd (patch)
tree6d28c1607c20fc0e68003007d48348399d9388c2 /docs/cli.md
parent3df155f203dd1f22085376ee0f86568f7f9bf63a (diff)
parenta638f6e5aae3bdfe6c5a2b120ad6e5fa0fcba467 (diff)
Merge remote-tracking branch 'origin/master' into develop
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 8684479d0c..feb5458d39 100644
--- a/docs/cli.md
+++ b/docs/cli.md
@@ -6,7 +6,7 @@ The QMK CLI makes building and working with QMK keyboards easier. We have provid
### Requirements :id=requirements
-QMK requires Python 3.6 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.
+QMK 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.
### Install Using Homebrew (macOS, some Linux) :id=install-using-homebrew
@@ -20,7 +20,7 @@ qmk setup # This will clone `qmk/qmk_firmware` and optionally set up your build
### Install Using pip :id=install-using-easy_install-or-pip
-If your system is not listed above you can install QMK manually. First ensure that you have Python 3.6 (or later) installed and have installed pip. Then install QMK with this command:
+If 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:
```
python3 -m pip install qmk