Add Windows Compiler installation instructions

The ReadMe currently says that Windows Spacy Users should install a full Visual Studio version in order to compile Spacy. Some might prefer to only install the compiler provided by Microsoft (or MinGW if this is confirmed to work?). I added a link to the Wiki that points to the various Microsoft downloads, as these are quite difficult to find otherwise.
This commit is contained in:
Gareth Dwyer 2016-10-22 13:28:27 +02:00 committed by GitHub
parent e7af75e0a9
commit 6516cd4a19
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 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). 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 Run tests
========= =========