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
This commit is contained in:
tobozo 2017-01-18 13:22:38 +01:00 committed by Me No Dev
parent 35316de8d3
commit cbb256e45d

View File

@ -11,7 +11,8 @@
```bash
python -m pip install --upgrade pip && \
pip install pyserial
pip install pyserial && \
pip install requests
```
![Git Bash As Admin](gitbash-admin-start.png)
![Git Bash Admin CMD](gitbash-admin.png)