diff options
| author | Naoki INADA <inada-n@eagle> | 2009-07-12 09:29:11 +0900 |
|---|---|---|
| committer | Naoki INADA <inada-n@eagle> | 2009-07-12 09:29:11 +0900 |
| commit | 900785e1aa2e031a4496f8c2a30bb95d0c950b9b (patch) | |
| tree | 8572da88af0822fce55fd7b3256b425268ed8399 /python/README | |
| parent | 979efbb9501e14d43e2def8a80992494690a9d39 (diff) | |
| download | msgpack-python-900785e1aa2e031a4496f8c2a30bb95d0c950b9b.tar.gz | |
Clean up
Diffstat (limited to 'python/README')
| -rw-r--r-- | python/README | 6 |
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 ---- |
