summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorINADA Naoki <songofacandy@gmail.com>2015-11-08 17:34:52 +0900
committerINADA Naoki <songofacandy@gmail.com>2015-11-08 17:34:52 +0900
commit6f208abbc7c9567145bf8c17bc41ba7c30ade0be (patch)
treebcc639d12e1184adb3c3598c3ce41d934dad0024
parent02611afd5f32aa173f9ba8a777ba49fa6b4f67c5 (diff)
downloadmsgpack-python-6f208abbc7c9567145bf8c17bc41ba7c30ade0be.tar.gz
Update Windows compiler information
-rw-r--r--README.rst10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index baa825a..456de2b 100644
--- a/README.rst
+++ b/README.rst
@@ -33,11 +33,15 @@ Windows
^^^^^^^
When you can't use binary distribution, you need to install Visual Studio
-or Windows SDK on Windows. (NOTE: Visual C++ Express 2010 doesn't support
-amd64. Windows SDK is recommended way to build amd64 msgpack without any fee.)
-
+or Windows SDK on Windows.
Without extension, using pure python implementation on CPython runs slowly.
+For Python 2.7, [Microsoft Visual C++ Compiler for Python 2.7](https://www.microsoft.com/en-us/download/details.aspx?id=44266)
+is recommended solution.
+
+For Python 3.5, [Microsoft Visual Studio 2015](https://www.visualstudio.com/en-us/products/vs-2015-product-editions.aspx)
+Community Edition or Express Edition can be used to build extension module.
+
Notes
-----