parent
172802b18e
commit
a989853d4a
@ -11,7 +11,7 @@ Installation instructions for Mac OS
|
|||||||
cd esp32 && \
|
cd esp32 && \
|
||||||
git submodule update --init --recursive && \
|
git submodule update --init --recursive && \
|
||||||
cd tools && \
|
cd tools && \
|
||||||
python get.py
|
python get.py
|
||||||
```
|
```
|
||||||
Where `~/Documents/Arduino` represents your sketch book location as per "Arduino" > "Preferences" > "Sketchbook location" (in the IDE once started). Adjust the command above accordingly if necessary!
|
Where `~/Documents/Arduino` represents your sketch book location as per "Arduino" > "Preferences" > "Sketchbook location" (in the IDE once started). Adjust the command above accordingly if necessary!
|
||||||
|
|
||||||
@ -20,6 +20,8 @@ Installation instructions for Mac OS
|
|||||||
```xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun```
|
```xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun```
|
||||||
|
|
||||||
```xcode-select --install```
|
```xcode-select --install```
|
||||||
|
|
||||||
|
- Try `python3` instead of `python` if you get the error: `IOError: [Errno socket error] [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590)` when running `python get.py`
|
||||||
|
|
||||||
- Restart Arduino IDE
|
- Restart Arduino IDE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user