Merge PR225: instructions for compiling on windows

closes #225
This commit is contained in:
Brian Warner 2017-09-03 14:10:25 -07:00
commit 22bc382543

View File

@ -88,7 +88,10 @@ 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.
the dependencies. Most of the dependencies are published as binary wheels,
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