summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNaoki INADA <inada-n@eagle>2009-07-12 09:29:11 +0900
committerNaoki INADA <inada-n@eagle>2009-07-12 09:29:11 +0900
commite963ad55d27ae0f39bec605f3a0f0362061c9655 (patch)
treeb5c1a8f1dca21206965334699b3511360d9e31ae /README
parent77ca35a865bcc8cb9d7ed2fc8508cfbfb5b91dc6 (diff)
downloadmsgpack-python-e963ad55d27ae0f39bec605f3a0f0362061c9655.tar.gz
Clean up
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 243def2..6b98982 100644
--- a/README
+++ b/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
----