From 751dd84e86f4b045cedf6031ef4e56b9acfa4a19 Mon Sep 17 00:00:00 2001
From: yoperiquoi <yoann.periquoi@qlik.com>
Date: Fri, 22 Dec 2023 12:29:14 +0100
Subject: [PATCH] Add readme

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

diff --git a/README.md b/README.md
index 4bad387..9ad43ae 100644
--- a/README.md
+++ b/README.md
@@ -112,6 +112,7 @@ sweeper_parameters:
 - ```pip install -r requirements.txt```
 
 ## Start an experiment
+To start the experiment you simply have to run the command with the previously tuned configuration file:
 ```shell
 python3 experiment/execution_experiment.py expe_parameters_example.yaml
 ```
-- 
GitLab