diff options
| -rw-r--r-- | README.rst | 3 |
1 files changed, 2 insertions, 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 ---- |
