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