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 1d37845 commit 3fc464fCopy full SHA for 3fc464f
build_esp8266.sh
@@ -287,6 +287,9 @@ if [ "$1" == "FULL" ]; then
287
# listed as "maybe" but was required for me on raspian jessie
288
sudo apt-get install libtool-bin --assume-yes
289
290
+ # to run the /micropython/tests/run-tests we need to have python serial support installed
291
+ sudo apt-get install python3-serial --assume-yes
292
+
293
# unrar install gave an error this error, so pulled out into separate install
294
# even with the error, sees to work ok
295
#
0 commit comments