Skip to content

Commit 066a064

Browse files
authored
Update README.md
1 parent 1d0e50f commit 066a064

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
# Ransomware-Resources
22
A collection of resources to help in the detection, mitigation and prevention of ransomware.
33

4+
[![Build Status](https://travis-ci.org/codingo/Ransomware-Resources.svg?branch=master)](https://travis-ci.org/codingo/Ransomware-Resources)
5+
46
##JSON Dataset
57

68
###Updating the dataset
7-
To update the dataset first clone this repository and then run 'python ./UpdateJsonDataset/update_json.py'
9+
**Install Dependencies:**
10+
```
11+
pip install -r requirements.txt
12+
```
13+
**Run Updater**
14+
```
15+
python ./UpdateJsonDataset/update_json.py
16+
```
817

918
The latest version of the Ransomware Summary spreadsheet will then be downloaded and processed into a local json output which will be found in the core folder of your local repository along with a copy of the latest version of the spreadsheet. To change the source and destinations for local files edit the constants found in the header of the 'update_json.py' file.
1019

0 commit comments

Comments
 (0)