From d9b47c4f8482c8fb6cfae851b1793f9103259edb Mon Sep 17 00:00:00 2001 From: Buckaroo9 Date: Fri, 21 Jul 2017 10:20:26 +0300 Subject: [PATCH] Added Other Requirement for Installing on Windows. Microsoft Visual C++ 9.0 is required for installation. Otherwise large errors are show when executing pip install magic-wormhole. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4ee1cf4..0fe504c 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ package. On Windows, python2 may work better than python3. On older systems, `$ pip install --upgrade pip` may be necessary to get a version that can compile all the dependencies. +Microsoft Visual C++ 9.0 is required. Get it from http://aka.ms/vcpython27 ## Motivation