summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-08-08 12:25:54 -0400
committerPete Johanson <peter@peterjohanson.com>2020-08-08 12:25:54 -0400
commit85d35c7ff987f58c2f43ae6eae0387d923124d4a (patch)
tree914d37c8f3c03109e1328a3961e5d01dcb27d607 /docs
parent5039a508311bcd74c1aaef7542c3b6e1c6a01929 (diff)
Tweak the pip PATH callouts.
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/dev-setup.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docs/dev-setup.md b/docs/docs/dev-setup.md
index 9e4d939..016b14c 100644
--- a/docs/docs/dev-setup.md
+++ b/docs/docs/dev-setup.md
@@ -188,7 +188,7 @@ West can be installed by using the `pip` python package manager.
pip3 install --user -U west
```
-:::tip pip user packages
+:::danger pip user packages
If you haven't done so yet, you may need to add the Python Pip user package directory to your `PATH`, e.g.:
```
@@ -306,7 +306,7 @@ cd zmk
west init -l app/
```
-:::note
+:::caution Command Not Found?
If you encounter errors like `command not found: west` then your `PATH` environment variable is likely
missing the Python 3 user packages directory. See the [West Build Command](#west-build-command)
section again for links to how to do this