From 42268e8d934a5413a064cef68d211189dba98bf7 Mon Sep 17 00:00:00 2001 From: Layle | Luca Date: Tue, 1 Jun 2021 17:51:42 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d069d5e..b4b98da 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,8 @@ To set up the dependencies for the IDA plugin run: ```sh # make sure to use the correct Python version -# it seems that there's an issue with the latest debugpy version (issue #19) -# if this version of debugpy does not work for you try to upgrade to latest -python -m pip install --user debugpy===1.0.0rc2 tornado +# IDACode supports the latest debugpy as of version 3.0.0, make sure to upgrade! +python -m pip install --user debugpy tornado ``` Either clone this repository or download a release package from [here](https://github.com/ioncodes/idacode/releases). `ida.zip` reflects the contents of the `ida` folder in this repository. Copy all files into IDAs plugin directory.