summaryrefslogtreecommitdiff
path: root/python/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/README')
-rw-r--r--python/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/README b/python/README
index 243def2..6b98982 100644
--- a/python/README
+++ b/python/README
@@ -13,11 +13,11 @@ You can read document in docstring after `import msgpack`
INSTALL
---------
-Cython_ is required to build the binding.
+Cython_ is required to build msgpack.
.. _Cython: http://www.cython.org/
-Posix
+posix
''''''
You can install msgpack in common way.
@@ -28,7 +28,7 @@ Windows
MessagePack requires gcc currently. So you need to prepare
MinGW GCC.
- $ python setup.py install -c mingw
+ $ python setup.py install -c mingw32
TEST
----