Skip to content

Commit

Permalink
doc: gsg: add missing python3-dev dependency
Browse files Browse the repository at this point in the history
Linux distro might not have a python3-dev package installed by default,
which will give an error during Python dependencies installation.

Closes #25128.

Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@gmail.com>
  • Loading branch information
dieselburner authored and carlescufi committed May 8, 2020
1 parent 8939847 commit 02a5ca9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/getting_started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Next, you'll install some host dependencies using your package manager.
sudo apt install --no-install-recommends git cmake ninja-build gperf \
ccache dfu-util device-tree-compiler wget \
python3-pip python3-setuptools python3-tk python3-wheel xz-utils file \
python3-dev python3-pip python3-setuptools python3-tk python3-wheel xz-utils file \
make gcc gcc-multilib g++-multilib libsdl2-dev
#. Verify the version of cmake installed on your system using::
Expand Down
2 changes: 1 addition & 1 deletion doc/getting_started/installation_linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ need one.
sudo apt-get install --no-install-recommends git cmake ninja-build gperf \
ccache dfu-util device-tree-compiler wget \
python3-pip python3-setuptools python3-tk python3-wheel xz-utils file \
python3-dev python3-pip python3-setuptools python3-tk python3-wheel xz-utils file \
make gcc gcc-multilib g++-multilib libsdl2-dev
.. group-tab:: Fedora
Expand Down

0 comments on commit 02a5ca9

Please sign in to comment.