From 4a1ce19addc6fc5faf26101b16124401113889d1 Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Sun, 21 Aug 2011 19:29:33 +0900 Subject: [PATCH] Fix install command for Windows. --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a7e8c53..994492e 100644 --- a/README.rst +++ b/README.rst @@ -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 ----