diff --git a/docs/arduino-ide/debian_ubuntu.md b/docs/arduino-ide/debian_ubuntu.md index 1c28fcf8..78f144ed 100644 --- a/docs/arduino-ide/debian_ubuntu.md +++ b/docs/arduino-ide/debian_ubuntu.md @@ -16,7 +16,7 @@ Installation instructions for Debian / Ubuntu OS cd esp32 && \ git submodule update --init --recursive && \ cd tools && \ - python get.py + python2 get.py ``` - Restart Arduino IDE @@ -32,4 +32,4 @@ Installation instructions for Debian / Ubuntu OS cd esp32 && \ git submodule update --init --recursive && \ cd tools && \ - python get.py``` + python2 get.py```