From 7fb1254d9c7365e47f013b1f8f9dcfaf011fd87c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Preu=C3=9F?= <1371300+Bizarrus@users.noreply.github.com> Date: Sat, 4 Jul 2026 21:08:54 +0200 Subject: [PATCH] Add requirements for PyQt5 installation Added requirements section for PyQt5 installation. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6d0aa3e..2a8e807 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,10 @@ The builds for latest stable version of the RevEng.AI IDA plugin can be download We support the following IDA versions and platforms: `8.5`, `9.0`, `9.1`, `9.2` and Python version from `3.10` to `3.14`. +### Requirements +The package `PyQt5` must be installed. +> python -m pip install PyQt5 + ### Setup 1. **Download** the plugin code for your platform and Python version from the [Releases](https://github.com/revengai/plugin-ida/releases/latest) page.