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 c57e027 commit dfe14aaCopy full SHA for dfe14aa
README.md
@@ -13,3 +13,12 @@ pip install wheel
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
```
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