Skip to content

Commit 0c20603

Browse files
committed
Update esptool on mac and windows and revert linux to use python
1 parent 1d923d6 commit 0c20603

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ Most of the framework is implemented. Most noticable is the missing analogWrite.
4747
```bash
4848
sudo usermod -a -G dialout $USER && \
4949
sudo apt-get install git && \
50+
wget https://bootstrap.pypa.io/get-pip.py && \
51+
sudo python get-pip.py && \
52+
sudo pip install pyserial && \
5053
mkdir -p ~/Arduino/hardware/espressif && \
5154
cd ~/Arduino/hardware/espressif && \
5255
git clone https://github.com/espressif/arduino-esp32.git esp32 && \

0 commit comments

Comments
 (0)