Changed Python version in Debian/Ubuntu install instructions (#1043)
As discussed in #1042.
This commit is contained in:
parent
3310e2e31d
commit
77a8e47914
@ -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```
|
||||
|
Loading…
Reference in New Issue
Block a user