Skip to content

Commit 97d9876

Browse files
esoutham-lvtnashif
authored andcommitted
doc: gsg: Update index.rst for macOS
Added python-tk to the brew install statement. In order to use the zephyr gui tools python must also have the "tkinter" (python tk interface) tools available. tkinter is NOT part of 'python3' through homebrew on macOS. fixes #76811 Signed-off-by: Eric Southam <[email protected]>
1 parent 26c17ef commit 97d9876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/develop/getting_started/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ The current minimum required version for the main dependencies are:
132132

133133
.. code-block:: bash
134134
135-
brew install cmake ninja gperf python3 ccache qemu dtc libmagic wget openocd
135+
brew install cmake ninja gperf python3 python-tk ccache qemu dtc libmagic wget openocd
136136
137137
#. Add the Homebrew Python folder to the path, in order to be able to
138138
execute ``python`` and ``pip`` as well ``python3`` and ``pip3``.

0 commit comments

Comments
 (0)