Skip to content

Commit 42268e8

Browse files
authored
Update README.md
1 parent 1f53d92 commit 42268e8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ To set up the dependencies for the IDA plugin run:
1616

1717
```sh
1818
# make sure to use the correct Python version
19-
# it seems that there's an issue with the latest debugpy version (issue #19)
20-
# if this version of debugpy does not work for you try to upgrade to latest
21-
python -m pip install --user debugpy===1.0.0rc2 tornado
19+
# IDACode supports the latest debugpy as of version 3.0.0, make sure to upgrade!
20+
python -m pip install --user debugpy tornado
2221
```
2322

2423
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.

0 commit comments

Comments
 (0)