From a601885df2b2e28239a9c2b4f3401e4ec349edce Mon Sep 17 00:00:00 2001
From: Dustin Kern <dustin.kern@h-da.de>
Date: Sun, 9 Jun 2024 15:05:57 +0000
Subject: [PATCH] Update README.md

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 7ca57cf..1088a35 100644
--- a/README.md
+++ b/README.md
@@ -81,7 +81,13 @@ sudo bash run_wattson.sh
 #Install IDS dependencies with:
 sudo pip install scikit-learn==1.3.2
 cp -r ./wattson-ev/ids ./wattson/
+```
+
+Running the IDS requires the simulation results, which can be generated as described above.
+Alternatively, simulation results can be downloaded from [elaadnl.zip](https://cloud.h-da.de/s/58RQGN5eF4a2HPX) (needs to be extracted by default to wattson-artifacts/).
+The location of the simulation results can be configured in ids.conf
 
+```
 #Execute full IDS run (training and testing) with:
 cd wattson/ids
 bash run_ids.sh
-- 
GitLab