mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
docs: Fix remaining typos for requirements extras (#3035)
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user