diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-12 15:06:45 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-12 15:12:05 -0400 |
commit | 4a39299db85417e4109fc6fd067f936515d36bbd (patch) | |
tree | 67023c4bd74ca92dda390f6c58b57f5093d163fe | |
parent | 207a712f3e53588a4eb97987ff5cb58da30f6474 (diff) |
Only ask users to install requirements-base.txt.
-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 |