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.
2 parents fb1fb79 + e23d3c6 commit 8e0a5b4Copy full SHA for 8e0a5b4
install_intelhex.py
@@ -0,0 +1,6 @@
1
+Import("env")
2
+
3
+try:
4
+ import intelhex
5
+except ImportError:
6
+ env.Execute("$PYTHONEXE -m pip install intelhex")
0 commit comments