From 0ea9c23fca79d96e9e2007369376305697851bbc Mon Sep 17 00:00:00 2001 From: Zach Riggle Date: Mon, 18 May 2015 18:04:38 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b491c4297..2c7d281d3 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ cd capstone git checkout -t origin/next sudo ./make.sh install cd bindings/python -python2 setup.py install # Ubuntu 12.04, GDB uses Python2 -python3 setup.py install # Ubuntu 14.04+, GDB uses Python3 +sudo python2 setup.py install # Ubuntu 12.04, GDB uses Python2 +sudo python3 setup.py install # Ubuntu 14.04+, GDB uses Python3 ``` #### pycparser