From c09ab7b6da34a73794179591afd78119c98304db Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Tue, 19 Mar 2019 11:58:09 +0100 Subject: menuconfig: Mention windows-curses in module docstring People might miss it otherwise, and think they have to download and install the wheels manually. --- menuconfig.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'menuconfig.py') 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 -- cgit v1.2.3