mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
Merge pull request #19 from petejohanson/docs/python-requirements-base-tweak
Only install `requirements-base.txt`
This commit is contained in:
@@ -155,7 +155,7 @@ west zephyr-export
|
|||||||
#### Install Zephyr Python Dependencies
|
#### Install Zephyr Python Dependencies
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip3 install --user -r zephyr/scripts/requirements.txt
|
pip3 install --user -r zephyr/scripts/requirements-base.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
### Environment Variables
|
### Environment Variables
|
||||||
|
|||||||
Reference in New Issue
Block a user