From a22b65c07717bc8a50badd1d79605f47d4bcec1c Mon Sep 17 00:00:00 2001 From: AndroidMaster24 <183199911+AndroidMaster24@users.noreply.github.com> Date: Mon, 14 Oct 2024 14:04:24 +0200 Subject: [PATCH] (docs) Windows update README.md (#400) --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db23f2c..12bf190 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ If you want to install the latest version in order to make changes, develop your ```bash git clone https://github.com/rednaga/APKiD cd APKiD -./prep-release.py +python prep-release.py pip install -e .[dev,test] ``` @@ -105,6 +105,15 @@ pip install -e .[dev,test] --user If you update any of the rules, be sure to run `prep-release.py` to recompile them. +If you are using Windows, install Yara 3.11.0 and yara-python-dex before compiling + +```bash +pip install yara-python==3.11.0 +pip install wheel +pip wheel --wheel-dir=yara-python-dex git+https://github.com/MobSF/yara-python-dex.git +pip install --no-index --find-links=yara-python-dex yara-python-dex +``` + ## For Package Maintainers When releasing a new version, make sure the version has been updated in [apkid/__init__.py](apkid/__init__.py).