Merge pull request #19 from petejohanson/docs/python-requirements-base-tweak

Only install `requirements-base.txt`
This commit is contained in:
Pete Johanson 2020-06-14 23:22:03 -04:00 committed by GitHub
commit 789af69e52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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