File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ Most of the framework is implemented. Most noticable is the missing analogWrite.
33
33
curl -o get-pip.py https://bootstrap.pypa.io/get-pip.py && \
34
34
sudo python get-pip.py && \
35
35
sudo pip install pyserial && \
36
+ sudo pip install requests && \
36
37
mkdir -p ~ /Documents/Arduino/hardware/espressif && \
37
38
cd ~ /Documents/Arduino/hardware/espressif && \
38
39
git clone https://github.com/espressif/arduino-esp32.git esp32 && \
@@ -51,6 +52,7 @@ Most of the framework is implemented. Most noticable is the missing analogWrite.
51
52
wget https://bootstrap.pypa.io/get-pip.py && \
52
53
sudo python get-pip.py && \
53
54
sudo pip install pyserial && \
55
+ sudo pip install requests && \
54
56
mkdir -p ~ /Arduino/hardware/espressif && \
55
57
cd ~ /Arduino/hardware/espressif && \
56
58
git clone https://github.com/espressif/arduino-esp32.git esp32 && \
You can’t perform that action at this time.
0 commit comments