Merge pull request #19 from petejohanson/docs/python-requirements-base-tweak
Only install `requirements-base.txt`
This commit is contained in:
commit
789af69e52
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ west zephyr-export
|
|||
#### Install Zephyr Python Dependencies
|
||||
|
||||
```bash
|
||||
pip3 install --user -r zephyr/scripts/requirements.txt
|
||||
pip3 install --user -r zephyr/scripts/requirements-base.txt
|
||||
```
|
||||
|
||||
### Environment Variables
|
||||
|
|
Loading…
Add table
Reference in a new issue