From e76eae2c5149bbd826cac675b46698b00c813cda Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Fri, 20 Dec 2013 22:23:46 +0800 Subject: [PATCH] python: fix for README to keep lines within 80 columns for readability --- bindings/python/README | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/bindings/python/README b/bindings/python/README index 61683c72..62ec7042 100644 --- a/bindings/python/README +++ b/bindings/python/README @@ -1,4 +1,4 @@ -To install Python binding, simply run below command: +1. To install Python binding on *nix, simply run below command: $ sudo python setup.py install @@ -22,20 +22,25 @@ This directory contains some test code to show how to use Capstone API. These code show how to access architecture-specific information for each architecture. ---- -To install Python binding on Windows: +2. To install Python binding on Windows: Recommended method: - Use the Python module installer for 32/64 bit Windows from http://www.capstone-engine.org/download.html + Use the Python module installer for 32/64 bit Windows from: + + http://www.capstone-engine.org/download.html + Manual method: - If the module installer fails to locate your Python install, or if you have additional Python installs (e.g. Anaconda / virtualenv) - - Run the following command in command prompt: + If the module installer fails to locate your Python install, or if you have + additional Python installs (e.g. Anaconda / virtualenv), run the following + command in command prompt: C:\> C:\location_to_python\python.exe setup.py install - Copy libcapstone.dll from the 'Core engine for Windows' package available on the same capstone download page and paste it in \location_to_python\Lib\site-packages\capstone\ + Next, copy libcapstone.dll from the 'Core engine for Windows' package available + on the same Capstone download page and paste it in the path: + + C:\location_to_python\Lib\site-packages\capstone\