From fe270547d0a3fb371db3ce911d83f05a49f95bf4 Mon Sep 17 00:00:00 2001 From: Zach Hudson Date: Tue, 20 Apr 2021 11:14:19 -0700 Subject: [PATCH] doc: gsg: add python38 to Fedora This should solve the library problem for Fedora as well. Signed-off-by: Zach Hudson --- doc/getting_started/installation_linux.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/getting_started/installation_linux.rst b/doc/getting_started/installation_linux.rst index 647d1c44560..049daedff8c 100644 --- a/doc/getting_started/installation_linux.rst +++ b/doc/getting_started/installation_linux.rst @@ -87,7 +87,7 @@ need one. sudo dnf group install "Development Tools" "C Development Tools and Libraries" dnf install git cmake ninja-build gperf ccache dfu-util dtc wget \ - python3-pip python3-tkinter xz file glibc-devel.i686 libstdc++-devel.i686 \ + python3-pip python3-tkinter xz file glibc-devel.i686 libstdc++-devel.i686 python38 \ SDL2-devel .. group-tab:: Clear Linux