Merge pull request #551 from sixhobbits/patch-1

Add Windows Compiler installation instructions
This commit is contained in:
Matthew Honnibal 2016-10-22 23:03:57 +11:00 committed by GitHub
commit 8356a2893a
1 changed files with 5 additions and 0 deletions

View File

@ -179,6 +179,11 @@ Install a version of Visual Studio Express or higher that matches the version
that was used to compile your Python interpreter. For official distributions
these are VS 2008 (Python 2.7), VS 2010 (Python 3.4) and VS 2015 (Python 3.5).
If you don't want to install the entire Visual Studio, you can install a
stand-alone compiler. Make sure that you install the correct version for
your version of Python. See https://wiki.python.org/moin/WindowsCompilers for
links to download these.
Run tests
=========