Changed Python version in Debian/Ubuntu install instructions (#1043)

As discussed in #1042.
This commit is contained in:
birgersp 2018-03-04 20:23:08 +01:00 committed by Me No Dev
parent 3310e2e31d
commit 77a8e47914

View File

@ -16,7 +16,7 @@ Installation instructions for Debian / Ubuntu OS
cd esp32 && \ cd esp32 && \
git submodule update --init --recursive && \ git submodule update --init --recursive && \
cd tools && \ cd tools && \
python get.py python2 get.py
``` ```
- Restart Arduino IDE - Restart Arduino IDE
@ -32,4 +32,4 @@ Installation instructions for Debian / Ubuntu OS
cd esp32 && \ cd esp32 && \
git submodule update --init --recursive && \ git submodule update --init --recursive && \
cd tools && \ cd tools && \
python get.py``` python2 get.py```