You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/arduino-ide/mac.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Installation instructions for Mac OS
11
11
cd esp32 && \
12
12
git submodule update --init --recursive && \
13
13
cd tools && \
14
-
python get.py
14
+
python get.py
15
15
```
16
16
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!
17
17
@@ -20,6 +20,8 @@ Installation instructions for Mac OS
- 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`
0 commit comments