mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
Clean up
This commit is contained in:
parent
979efbb950
commit
900785e1aa
3 changed files with 16 additions and 13 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
|
||||
----
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue