From 9f2cdcb52492a2e28bbfc84a5b4a84db069e42dc Mon Sep 17 00:00:00 2001 From: Boris Batteux Date: Thu, 18 Feb 2021 15:45:39 +0100 Subject: [PATCH] Add a requirement for Python 3.7 or higher to support annotations --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 752ef89..03364e1 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ It was designed with the following goals in mind: # Installation -**Only IDA v7.5 or later is supported** (since we need the microcode Python API) +**Only IDA v7.5 or later is supported with Python 3.7 and higher** (since we need the microcode Python API) Copy this repository in `.idapro/plugins`