diff --git a/execution/README.md b/execution/README.md
index 9a9fbf0b39a8b43b1927bc483d3b56304286f5ae..7fe2fd978f8ccee6ea85d45c35f71e8150fbaafe 100644
--- a/execution/README.md
+++ b/execution/README.md
@@ -41,3 +41,13 @@ For executing benchmarks and analyzing their results, a Python 3.7 installation
 is required. We suggest to use a virtual environment placed in the `.venv` directory.
 
 **TODO** Show how to install requirements
+
+
+## Required Manual Adjustments
+
+Depending on your setup, some additional adjustments may be necessary:
+
+* Change Kafka and Zookeeper servers in the Kubernetes deployments (uc1-application etc.) and `run_XX.sh` scripts
+* Change Prometheus' URL in `lag_analysis.py`
+* Change the path to your Python 3.7 virtual environment in the `run_XX.sh` schripts (to find the venv's `bin/activate`)
+* *Please let us know if there are further adjustments necessary*
\ No newline at end of file