From 9c140e471a7b9cc1e9c8fbb04efa7e65cf2e9647 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Fri, 8 May 2015 17:26:57 +0800 Subject: [PATCH] python: add links to PyPi packages in their README --- bindings/python/README.pypi-src | 2 ++ bindings/python/README.pypi-win | 2 ++ 2 files changed, 4 insertions(+) diff --git a/bindings/python/README.pypi-src b/bindings/python/README.pypi-src index 5a366d0a..4e817505 100644 --- a/bindings/python/README.pypi-src +++ b/bindings/python/README.pypi-src @@ -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 diff --git a/bindings/python/README.pypi-win b/bindings/python/README.pypi-win index 8eff44e1..1bb2dc1b 100644 --- a/bindings/python/README.pypi-win +++ b/bindings/python/README.pypi-win @@ -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