mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-08 10:49:59 +00:00
Fix install command for Windows.
This commit is contained in:
parent
6bc62bd142
commit
4a1ce19add
1 changed files with 2 additions and 1 deletions
|
|
@ -28,7 +28,8 @@ Windows
|
|||
MessagePack requires gcc currently. So you need to prepare
|
||||
MinGW GCC.
|
||||
|
||||
$ python setup.py install -c mingw32
|
||||
$ python setup.py build -c mingw32
|
||||
$ python setup.py install
|
||||
|
||||
TEST
|
||||
----
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue