diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-03-19 11:58:09 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2019-03-19 12:00:32 +0100 |
| commit | c09ab7b6da34a73794179591afd78119c98304db (patch) | |
| tree | 0eb3bbe3fa5a02a53bb7188937af7e87a4e04a65 /menuconfig.py | |
| parent | 712ed730cec6af5bb20657664f8359b052e8609f (diff) | |
menuconfig: Mention windows-curses in module docstring
People might miss it otherwise, and think they have to download and
install the wheels manually.
Diffstat (limited to 'menuconfig.py')
| -rwxr-xr-x | menuconfig.py | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/menuconfig.py b/menuconfig.py index 663fc49..3098a34 100755 --- a/menuconfig.py +++ b/menuconfig.py @@ -178,8 +178,11 @@ Limitations - Doesn't work out of the box on Windows - Has been tested to work with the wheels provided at - https://www.lfd.uci.edu/~gohlke/pythonlibs/#curses though. + Can be made to work with 'pip install windows-curses' though. See the + https://github.com/zephyrproject-rtos/windows-curses repository. + + 'pip install kconfiglib' on Windows automatically installs windows-curses + to make the menuconfig usable. """ import curses |
