Skip to content

Commit c57e027

Browse files
authored
Update README.md
1 parent f8b1d43 commit c57e027

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# yara-python-dex
22

3+
[![PyPI version](https://badge.fury.io/py/yara-python-dex.svg)](https://badge.fury.io/py/yara-python-dex)
4+
![Test](https://github.com/MobSF/yara-python-dex/workflows/Test/badge.svg)
5+
6+
7+
Prebuilt dex-enabled yara-python wheels
38

49
## Build Locally
510

611
```
712
pip install wheel
8-
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
914
pip install --no-index --find-links=yara-python-dex yara-python-dex
1015
```

0 commit comments

Comments
 (0)