Skip to content

Commit 77a8e47

Browse files
birgerspme-no-dev
authored andcommitted
Changed Python version in Debian/Ubuntu install instructions (#1043)
As discussed in #1042.
1 parent 3310e2e commit 77a8e47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/arduino-ide/debian_ubuntu.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Installation instructions for Debian / Ubuntu OS
1616
cd esp32 && \
1717
git submodule update --init --recursive && \
1818
cd tools && \
19-
python get.py
19+
python2 get.py
2020
```
2121
- Restart Arduino IDE
2222

@@ -32,4 +32,4 @@ Installation instructions for Debian / Ubuntu OS
3232
cd esp32 && \
3333
git submodule update --init --recursive && \
3434
cd tools && \
35-
python get.py```
35+
python2 get.py```

0 commit comments

Comments
 (0)