Skip to content

Commit 71ddd82

Browse files
IvanSanchezcarlescufi
authored andcommitted
doc: Add 'apt-get install python3-wheel' to linux installation docs
Adding missing dependency to the "getting started" documentations. Without the python3-wheel package, running "pip3 -r requirements.txt" on a Debian system will fail. Signed-off-by: Iván Sánchez Ortega <[email protected]>
1 parent 120ddbc commit 71ddd82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/getting_started/installation_linux.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ Install the required packages in a Ubuntu host system with:
5454
5555
sudo apt-get install --no-install-recommends git cmake ninja-build gperf \
5656
ccache doxygen dfu-util device-tree-compiler \
57-
python3-ply python3-pip python3-setuptools xz-utils file make gcc-multilib \
58-
autoconf automake libtool
57+
python3-ply python3-pip python3-setuptools python3-wheel xz-utils file \
58+
make gcc-multilib autoconf automake libtool
5959
6060
Install the required packages in a Fedora host system with:
6161

0 commit comments

Comments
 (0)