Skip to content

Commit 95b9ddc

Browse files
committed
Install windows-curses for menuconfig
1 parent bfca46a commit 95b9ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/frameworks/espidf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
if "esp-windows-curses" not in {pkg.key for pkg in pkg_resources.working_set}:
9191
env.Execute(
9292
env.VerboseAction(
93-
'$PYTHONEXE -m pip install "file://%s/tools/kconfig_new/esp-windows-curses"'
93+
'$PYTHONEXE -m pip install "file://%s/tools/kconfig_new/esp-windows-curses" windows-curses'
9494
% FRAMEWORK_DIR,
9595
"Installing windows-curses package",
9696
)

0 commit comments

Comments
 (0)