Skip to content

Commit 8db3c99

Browse files
committed
update get.py and add get.exe
- get.exe is clickable and will soon download binary form of esptool, which will really simplify installation on Windows - get.py does not require any extra modules on Linux and Mac - ```pip install requests``` required only on Windows (if not using get.exe) - Paths are made relative to the file in order to make the windows executable clickable.
1 parent f02dd3b commit 8db3c99

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ 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 && \
3736
mkdir -p ~/Documents/Arduino/hardware/espressif && \
3837
cd ~/Documents/Arduino/hardware/espressif && \
3938
git clone https://github.com/espressif/arduino-esp32.git esp32 && \
@@ -52,7 +51,6 @@ Most of the framework is implemented. Most noticable is the missing analogWrite.
5251
wget https://bootstrap.pypa.io/get-pip.py && \
5352
sudo python get-pip.py && \
5453
sudo pip install pyserial && \
55-
sudo pip install requests && \
5654
mkdir -p ~/Arduino/hardware/espressif && \
5755
cd ~/Arduino/hardware/espressif && \
5856
git clone https://github.com/espressif/arduino-esp32.git esp32 && \

0 commit comments

Comments
 (0)