We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba1e66 commit 00a546eCopy full SHA for 00a546e
docs/arduino-ide/debian_ubuntu.md
@@ -16,7 +16,7 @@ Installation instructions for Debian / Ubuntu OS
16
cd esp32 && \
17
git submodule update --init --recursive && \
18
cd tools && \
19
- python2 get.py
+ python3 get.py
20
```
21
- Restart Arduino IDE
22
@@ -32,5 +32,5 @@ Installation instructions for Debian / Ubuntu OS
32
33
34
35
36
0 commit comments