Skip to content

Commit 4a1ce19

Browse files
committed
Fix install command for Windows.
1 parent 6bc62bd commit 4a1ce19

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ Windows
2828
MessagePack requires gcc currently. So you need to prepare
2929
MinGW GCC.
3030

31-
$ python setup.py install -c mingw32
31+
$ python setup.py build -c mingw32
32+
$ python setup.py install
3233

3334
TEST
3435
----

0 commit comments

Comments
 (0)