diff --git a/README.md b/README.md
index 4bad387cf013f789f25aa134f7ba55e5e120455d..9ad43aed7453ae2cd31526ada2d8c07b8c188558 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
 ```