diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-14 23:22:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-14 23:22:03 -0400 |
commit | 789af69e52e2537878952cc2f35bb4512cc11ed0 (patch) | |
tree | 424a27889c805f2f631cdee910da34ba21e33efb /docs | |
parent | c0b71fd7886a1f56ec2f9dd21dcd6155d00ed093 (diff) | |
parent | 4a39299db85417e4109fc6fd067f936515d36bbd (diff) |
Merge pull request #19 from petejohanson/docs/python-requirements-base-tweak
Only install `requirements-base.txt`
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/dev-setup.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/dev-setup.md b/docs/docs/dev-setup.md index 5eacd87..6f26182 100644 --- a/docs/docs/dev-setup.md +++ b/docs/docs/dev-setup.md @@ -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 |