mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-24 14:09:56 +00:00
python: fix for README to keep lines within 80 columns for readability
This commit is contained in:
parent
6eae731d56
commit
e76eae2c51
@ -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\
|
||||
|
Loading…
Reference in New Issue
Block a user