Skip to content

Commit cbb256e

Browse files
tobozome-no-dev
authored andcommitted
Followup to PR #126 (#139)
* Followup to PR #126 Forgot to mention the extra `pip install requests` in the ReadMe and saw issue #134 * Update windows.md
1 parent 35316de commit cbb256e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/windows.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111

1212
```bash
1313
python -m pip install --upgrade pip && \
14-
pip install pyserial
14+
pip install pyserial && \
15+
pip install requests
1516
```
1617
![Git Bash As Admin](gitbash-admin-start.png)
1718
![Git Bash Admin CMD](gitbash-admin.png)

0 commit comments

Comments
 (0)