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 <eric.southam@lvt.com>
This commit is contained in:
parent
26c17efb6f
commit
97d9876e82
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ The current minimum required version for the main dependencies are:
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
brew install cmake ninja gperf python3 ccache qemu dtc libmagic wget openocd
|
||||
brew install cmake ninja gperf python3 python-tk ccache qemu dtc libmagic wget openocd
|
||||
|
||||
#. Add the Homebrew Python folder to the path, in order to be able to
|
||||
execute ``python`` and ``pip`` as well ``python3`` and ``pip3``.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue