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 | e963ad55d27ae0f39bec605f3a0f0362061c9655 (patch) | |
| tree | b5c1a8f1dca21206965334699b3511360d9e31ae /README | |
| parent | 77ca35a865bcc8cb9d7ed2fc8508cfbfb5b91dc6 (diff) | |
| download | msgpack-python-e963ad55d27ae0f39bec605f3a0f0362061c9655.tar.gz | |
Clean up
Diffstat (limited to 'README')
| -rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 ---- |
