From fcdb3fc6b0cc7426c66684c599b1984317786cf6 Mon Sep 17 00:00:00 2001 From: tobozo Date: Wed, 18 Jan 2017 13:06:21 +0100 Subject: [PATCH 1/2] Followup to PR #126 Forgot to mention the extra `pip install requests` in the ReadMe and saw issue #134 --- doc/windows.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/windows.md b/doc/windows.md index 02986148c22..c586d6eacd2 100644 --- a/doc/windows.md +++ b/doc/windows.md @@ -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) From 9a022554b72b01d6e15a82fc490d45c7d3e3f21b Mon Sep 17 00:00:00 2001 From: tobozo Date: Wed, 18 Jan 2017 13:08:51 +0100 Subject: [PATCH 2/2] Update windows.md --- doc/windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/windows.md b/doc/windows.md index c586d6eacd2..bbce29bf15b 100644 --- a/doc/windows.md +++ b/doc/windows.md @@ -11,7 +11,7 @@ ```bash python -m pip install --upgrade pip && \ - pip install pyserial && + pip install pyserial && \ pip install requests ``` ![Git Bash As Admin](gitbash-admin-start.png)