mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-29 10:17:15 +02:00
Changed Python version in Debian/Ubuntu install instructions (#1043)
As discussed in #1042.
This commit is contained in:
@ -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```
|
||||
|
Reference in New Issue
Block a user