python: add links to PyPi packages in their README
This commit is contained in:
parent
697ee40247
commit
9c140e471a
|
@ -9,6 +9,8 @@ Prompt".
|
|||
For Windows, if you do not want to compile the core, try the "capstone-windows"
|
||||
package instead, which already has the prebuilt core inside.
|
||||
|
||||
https://pypi.python.org/pypi/capstone-windows
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
Capstone is a disassembly framework with the target of becoming the ultimate
|
||||
|
|
|
@ -3,6 +3,8 @@ Capstone library is needed.
|
|||
|
||||
To compile from source, see PyPi package "capstone" instead.
|
||||
|
||||
https://pypi.python.org/pypi/capstone
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
Capstone is a disassembly framework with the target of becoming the ultimate
|
||||
|
|
Loading…
Reference in New Issue