Improvements from suggestions
This commit is contained in:
parent
7a002998f5
commit
41e720b2b2
1 changed files with 12 additions and 3 deletions
|
@ -17,6 +17,10 @@ If you use this program, any bug reports are highly appreciated. We are happy to
|
||||||
|
|
||||||
### Preliminaries
|
### Preliminaries
|
||||||
|
|
||||||
|
:::tip
|
||||||
|
The below commands should print a version number if the program is installed.
|
||||||
|
:::
|
||||||
|
|
||||||
#### Make sure you have Git installed
|
#### Make sure you have Git installed
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
@ -40,8 +44,11 @@ Re-open your terminal and test to make sure it is now installed.
|
||||||
|
|
||||||
#### Make sure you have Python installed
|
#### Make sure you have Python installed
|
||||||
|
|
||||||
|
:::tip
|
||||||
|
Some operating systems may use `python` in place of `python3`
|
||||||
|
:::
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
python --version
|
|
||||||
python3 --version
|
python3 --version
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -81,6 +88,10 @@ Re-open your terminal and test to make sure it is now installed.
|
||||||
|
|
||||||
#### (Recommended) Make sure you have pipx installed
|
#### (Recommended) Make sure you have pipx installed
|
||||||
|
|
||||||
|
:::note
|
||||||
|
ZMK CLI can be installed with pip, but using [pipx](https://github.com/pypa/pipx) is recommended to avoid conflicts between Python packages.
|
||||||
|
:::
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pipx --version
|
pipx --version
|
||||||
```
|
```
|
||||||
|
@ -88,8 +99,6 @@ pipx --version
|
||||||
<details>
|
<details>
|
||||||
<summary>I don't have pipx installed.</summary>
|
<summary>I don't have pipx installed.</summary>
|
||||||
|
|
||||||
ZMK CLI can be installed with pip, but using [pipx](https://github.com/pypa/pipx) is recommended to avoid conflicts between Python packages.
|
|
||||||
|
|
||||||
### On Windows and Linux
|
### On Windows and Linux
|
||||||
|
|
||||||
Open a terminal and run:
|
Open a terminal and run:
|
||||||
|
|
Loading…
Add table
Reference in a new issue