Skip to content

Commit

Permalink
Mention Python interface to Tcl/Tk for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Feb 16, 2025
1 parent 2b1466f commit 29a00d1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ Three configuration interfaces are currently available:
`guiconfig.py` has been tested on X11, Windows, and macOS, and it works with both Python 2 and Python 3.

Although Tkinter is part of the Python standard library, it is not always installed by default on Linux.
The commands below install it on a few different distributions:
The commands below install it on a few different systems:
- Ubuntu/Debian:
```shell
sudo apt install python-tk
Expand All @@ -397,6 +397,10 @@ Three configuration interfaces are currently available:
```shell
sudo swupd bundle-add python3-tcl
```
- macOS:
```shell
brew install python-tk
```

Screenshot below, with show-all mode enabled and the jump-to dialog open:
![image](https://raw.githubusercontent.com/zephyrproject-rtos/Kconfiglib/screenshots/screenshots/guiconfig.png)
Expand Down

0 comments on commit 29a00d1

Please sign in to comment.