We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b1d43 commit c57e027Copy full SHA for c57e027
README.md
@@ -1,10 +1,15 @@
1
# yara-python-dex
2
3
+[](https://badge.fury.io/py/yara-python-dex)
4
+
5
+
6
7
+Prebuilt dex-enabled yara-python wheels
8
9
## Build Locally
10
11
```
12
pip install wheel
-pip wheel --wheel-dir=yara-python-dex --build-option="build" --build-option="--enable-dex" git+https://github.com/MobSF/yara-python-dex.git
13
+pip wheel --wheel-dir=yara-python-dex git+https://github.com/MobSF/yara-python-dex.git
14
pip install --no-index --find-links=yara-python-dex yara-python-dex
15
0 commit comments