Skip to content

Commit 8f45212

Browse files
Add Zephyr virtual environment activation step
1 parent 4f79692 commit 8f45212

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ Before getting started, make sure you have a proper Zephyr development environme
126126
The first step is to initialize the workspace folder where the `OpenAstroFirmware` and all Zephyr modules will be cloned. Run the following command:
127127

128128
```bash
129+
# activate zephyr virtual environment containing west
130+
source ~/zephyrproject/.venv/bin/activate
131+
129132
# Create workspace directory
130133
mkdir OpenAstroFirmware-workspace
131134

0 commit comments

Comments
 (0)