We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfca46a commit 95b9ddcCopy full SHA for 95b9ddc
builder/frameworks/espidf.py
@@ -90,7 +90,7 @@
90
if "esp-windows-curses" not in {pkg.key for pkg in pkg_resources.working_set}:
91
env.Execute(
92
env.VerboseAction(
93
- '$PYTHONEXE -m pip install "file://%s/tools/kconfig_new/esp-windows-curses"'
+ '$PYTHONEXE -m pip install "file://%s/tools/kconfig_new/esp-windows-curses" windows-curses'
94
% FRAMEWORK_DIR,
95
"Installing windows-curses package",
96
)
0 commit comments