mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-06-29 12:01:00 +02:00
* Followup to PR #126 Forgot to mention the extra `pip install requests` in the ReadMe and saw issue #134 * Update windows.md
This commit is contained in:
@ -11,7 +11,8 @@
|
||||
|
||||
```bash
|
||||
python -m pip install --upgrade pip && \
|
||||
pip install pyserial
|
||||
pip install pyserial && \
|
||||
pip install requests
|
||||
```
|
||||

|
||||

|
||||
|
Reference in New Issue
Block a user