Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a2931e7

Browse filesBrowse files
authored
Update README.md
Add ```pip install requests``` to install steps
1 parent cbb256e commit a2931e7
Copy full SHA for a2931e7

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.