File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,15 @@ Windows
3333^^^^^^^
3434
3535When you can't use binary distribution, you need to install Visual Studio
36- or Windows SDK on Windows. (NOTE: Visual C++ Express 2010 doesn't support
37- amd64. Windows SDK is recommended way to build amd64 msgpack without any fee.)
38-
36+ or Windows SDK on Windows.
3937Without extension, using pure python implementation on CPython runs slowly.
4038
39+ For Python 2.7, [Microsoft Visual C++ Compiler for Python 2.7](https://www.microsoft.com/en-us/download/details.aspx?id=44266)
40+ is recommended solution.
41+
42+ For Python 3.5, [Microsoft Visual Studio 2015](https://www.visualstudio.com/en-us/products/vs-2015-product-editions.aspx)
43+ Community Edition or Express Edition can be used to build extension module.
44+
4145Notes
4246-----
4347
You can’t perform that action at this time.
0 commit comments