Skip to content

Commit c3a72bc

Browse files
authored
Update README.md
1 parent 0771ffd commit c3a72bc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
Prebuilt dex-enabled yara-python wheels
88

9+
910
## Build Locally
1011

1112
```
@@ -22,3 +23,13 @@ pip install setuptools wheel
2223
git submodule update --init --recursive
2324
python setup.py bdist_wheel
2425
```
26+
27+
## Update yara
28+
29+
```
30+
cd yara-python
31+
git checkout tags/v3.11.0
32+
cd ..
33+
git submodule update --init --recursive
34+
git add yara-python
35+
```

0 commit comments

Comments
 (0)