Skip to content

Commit d7d2ea6

Browse files
committed
docs: README update
Former-commit-id: 0379521
1 parent 7b95ee8 commit d7d2ea6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
Yara Rule Generator
1111
by Florian Roth
12-
April 2018
13-
Version 0.20.0
12+
July 2020
13+
Version 0.23.0
1414

1515
### What does yarGen do?
1616

@@ -43,7 +43,7 @@ The rule generation process also tries to identify similarities between the file
4343

4444
1. Make sure you have at least 4GB of RAM on the machine you plan to use yarGen (8GB if opcodes are included in rule generation, use with --opcodes)
4545
2. Download the latest release from the "release" section
46-
3. Install all dependencies with `sudo pip install scandir lxml naiveBayesClassifier pefile` (@twpDone reported that in case of errors try `sudo pip install pefile` and `sudo pip install scandir lxml naiveBayesClassifier`)
46+
3. Install all dependencies with `pip install -r requirements.txt`
4747
4. Run `python yarGen.py --update` to automatically download the built-in databases. The are saved into the './dbs' sub folder. (Download: 913 MB)
4848
5. See help with `python yarGen.py --help` for more information on the command line parameters
4949

0 commit comments

Comments
 (0)