You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
```
8
17
9
18
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.
0 commit comments