Skip to content

Commit 6f208ab

Browse files
committed
Update Windows compiler information
1 parent 02611af commit 6f208ab

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,15 @@ Windows
3333
^^^^^^^
3434

3535
When 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.
3937
Without 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+
4145
Notes
4246
-----
4347

0 commit comments

Comments
 (0)