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.
This commit is contained in:
Buckaroo9 2017-07-21 10:20:26 +03:00 committed by Brian Warner
parent 68ce54ad3a
commit d9b47c4f84

View File

@ -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