Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ioncodes authored Jun 1, 2021
1 parent 1f53d92 commit 42268e8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 42268e8

Please sign in to comment.