Skip to content

Commit 29a00d1

Browse files
committed
Mention Python interface to Tcl/Tk for macOS
1 parent 2b1466f commit 29a00d1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ Three configuration interfaces are currently available:
378378
`guiconfig.py` has been tested on X11, Windows, and macOS, and it works with both Python 2 and Python 3.
379379

380380
Although Tkinter is part of the Python standard library, it is not always installed by default on Linux.
381-
The commands below install it on a few different distributions:
381+
The commands below install it on a few different systems:
382382
- Ubuntu/Debian:
383383
```shell
384384
sudo apt install python-tk
@@ -397,6 +397,10 @@ Three configuration interfaces are currently available:
397397
```shell
398398
sudo swupd bundle-add python3-tcl
399399
```
400+
- macOS:
401+
```shell
402+
brew install python-tk
403+
```
400404

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

0 commit comments

Comments
 (0)