expand on compile-on-windows instructions

This commit is contained in:
Brian Warner 2017-09-03 14:10:08 -07:00
parent d9b47c4f84
commit 80f6e8ef90

View File

@ -88,8 +88,10 @@ package.
On Windows, python2 may work better than python3. On older systems, `$ pip 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 install --upgrade pip` may be necessary to get a version that can compile all
the dependencies. the dependencies. Most of the dependencies are published as binary wheels,
Microsoft Visual C++ 9.0 is required. Get it from http://aka.ms/vcpython27 but in case your system is unable to find these, it will have to compile
them, for which Microsoft Visual C++ 9.0 may be required. Get it from
http://aka.ms/vcpython27 .
## Motivation ## Motivation