From cbb256e45d9269d14c08ebb83c523269c0fc78d0 Mon Sep 17 00:00:00 2001 From: tobozo Date: Wed, 18 Jan 2017 13:22:38 +0100 Subject: [PATCH] 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 --- doc/windows.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/windows.md b/doc/windows.md index 02986148..bbce29bf 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)