python: update README
diff --git a/bindings/python/README b/bindings/python/README
index ab9bba0..6050009 100644
--- a/bindings/python/README
+++ b/bindings/python/README
@@ -1,6 +1,6 @@
 To install python bindings, simply run below command:
 
-	$ sudo python setup.py install
+	$ make; sudo make install
 
 This directory contains some test code to show how to use Capstone API.