mirror of https://github.com/zmkfirmware/zmk.git
docs: Fix remaining typos for requirements extras (#3035)
This commit is contained in:
parent
62007e500b
commit
9fcce45cb5
|
|
@ -203,7 +203,7 @@ west zephyr-export
|
||||||
pip install -r zephyr/scripts/requirements-base.txt
|
pip install -r zephyr/scripts/requirements-base.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
If you are going to build firmware with [ZMK Studio](../../../features/studio.md), also install `requirements-extra.txt` dependencies:
|
If you are going to build firmware with [ZMK Studio](../../../features/studio.md), also install `requirements-extras.txt` dependencies:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pip install -r zephyr/scripts/requirements-extras.txt
|
pip install -r zephyr/scripts/requirements-extras.txt
|
||||||
|
|
@ -301,10 +301,10 @@ west zephyr-export
|
||||||
pip3 install --user -r zephyr/scripts/requirements-base.txt
|
pip3 install --user -r zephyr/scripts/requirements-base.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
If you are going to build firmware with [ZMK Studio](../../../features/studio.md), also install `requirements-extra.txt` dependencies:
|
If you are going to build firmware with [ZMK Studio](../../../features/studio.md), also install `requirements-extras.txt` dependencies:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pip3 install -r zephyr/scripts/requirements-extra.txt
|
pip3 install -r zephyr/scripts/requirements-extras.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
|
@ -317,10 +317,10 @@ pip3 install -r zephyr/scripts/requirements-extra.txt
|
||||||
pip install -r zephyr/scripts/requirements-base.txt
|
pip install -r zephyr/scripts/requirements-base.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
If you are going to build firmware with [ZMK Studio](../../../features/studio.md), also install `requirements-extra.txt` dependencies:
|
If you are going to build firmware with [ZMK Studio](../../../features/studio.md), also install `requirements-extras.txt` dependencies:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pip install -r zephyr/scripts/requirements-extra.txt
|
pip install -r zephyr/scripts/requirements-extras.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
|
@ -332,10 +332,10 @@ pip install -r zephyr/scripts/requirements-extra.txt
|
||||||
pip3 install -r zephyr/scripts/requirements-base.txt
|
pip3 install -r zephyr/scripts/requirements-base.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
If you are going to build firmware with [ZMK Studio](../../../features/studio.md), also install `requirements-extra.txt` dependencies:
|
If you are going to build firmware with [ZMK Studio](../../../features/studio.md), also install `requirements-extras.txt` dependencies:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pip3 install -r zephyr/scripts/requirements-extra.txt
|
pip3 install -r zephyr/scripts/requirements-extras.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue