Skip to content

Commit a2a1c85

Browse files
committed
README: add minimal list of packages to install on Ubuntu
1 parent 5fbd8a3 commit a2a1c85

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,12 @@ mkdir my_new_zephyr_folder && cd my_new_zephyr_folder
106106
git clone https://github.com/arduino/ArduinoCore-zephyr
107107
```
108108
### Pre-requirements
109-
Before running the installation script, ensure that `python3` and `pip` are installed on your system. The script will automatically install `west` and manage the necessary dependencies.
109+
Before running the installation script, ensure that Python, `pip` and `venv` are installed on your system. The script will automatically install `west` and manage the necessary dependencies.
110+
111+
On Ubuntu or similar `apt`-based distros, make sure to run the following command:
112+
```bash
113+
sudo apt install python3-pip python3-setuptools python3-venv build-essential git cmake ninja-build zstd jq
114+
```
110115

111116
### Run the ```bootstrap``` script
112117
```bash

0 commit comments

Comments
 (0)