Skip to content

Commit dfe14aa

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

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,12 @@ pip install wheel
1313
pip wheel --wheel-dir=yara-python-dex git+https://github.com/MobSF/yara-python-dex.git
1414
pip install --no-index --find-links=yara-python-dex yara-python-dex
1515
```
16+
17+
## Dev
18+
19+
```
20+
python -m pip install --upgrade pip
21+
pip install setuptools wheel
22+
git submodule update --init --recursive
23+
python setup.py bdist_wheel
24+
```

0 commit comments

Comments
 (0)