We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
linux_dev_env.md
1 parent 834d3e0 commit a19eac9Copy full SHA for a19eac9
docs/development_environment/linux_dev_env.md
@@ -25,7 +25,7 @@
25
26
```bash
27
sudo apt update
28
- sudo apt install python3.8-venv -y
+ sudo apt install python3.10-venv -y
29
python3 -m venv ~/fri-venv
30
source ~/fri-venv/bin/activate
31
```
@@ -34,7 +34,7 @@
34
35
36
sudo apt install python3-pip -y
37
- python3 -m pip install ninja imgtool cffi intelhex cbor2 jinja2 PyYaml pyelftools click pyhsslms
+ python3 -m pip install ninja imgtool cffi intelhex cbor2 jinja2 PyYaml pyelftools click pyhsslms cbor cmake setuptools wheel
38
39
40
**NOTE**: The virtual environment can be deactivated when not needed anymore
0 commit comments