Skip to content

Commit a2931e7

Browse files
authored
Update README.md
Add ```pip install requests``` to install steps
1 parent cbb256e commit a2931e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Most of the framework is implemented. Most noticable is the missing analogWrite.
3333
curl -o get-pip.py https://bootstrap.pypa.io/get-pip.py && \
3434
sudo python get-pip.py && \
3535
sudo pip install pyserial && \
36+
sudo pip install requests && \
3637
mkdir -p ~/Documents/Arduino/hardware/espressif && \
3738
cd ~/Documents/Arduino/hardware/espressif && \
3839
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.
5152
wget https://bootstrap.pypa.io/get-pip.py && \
5253
sudo python get-pip.py && \
5354
sudo pip install pyserial && \
55+
sudo pip install requests && \
5456
mkdir -p ~/Arduino/hardware/espressif && \
5557
cd ~/Arduino/hardware/espressif && \
5658
git clone https://github.com/espressif/arduino-esp32.git esp32 && \

0 commit comments

Comments
 (0)