Skip to content

Commit a19eac9

Browse files
gergelykarmurutva
authored andcommitted
docs: Update python version and packages list in linux_dev_env.md
Signed-off-by: Gergely Korcsák <[email protected]>
1 parent 834d3e0 commit a19eac9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/development_environment/linux_dev_env.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
```bash
2727
sudo apt update
28-
sudo apt install python3.8-venv -y
28+
sudo apt install python3.10-venv -y
2929
python3 -m venv ~/fri-venv
3030
source ~/fri-venv/bin/activate
3131
```
@@ -34,7 +34,7 @@
3434

3535
```bash
3636
sudo apt install python3-pip -y
37-
python3 -m pip install ninja imgtool cffi intelhex cbor2 jinja2 PyYaml pyelftools click pyhsslms
37+
python3 -m pip install ninja imgtool cffi intelhex cbor2 jinja2 PyYaml pyelftools click pyhsslms cbor cmake setuptools wheel
3838
```
3939

4040
**NOTE**: The virtual environment can be deactivated when not needed anymore

0 commit comments

Comments
 (0)