diff --git a/README.md b/README.md
index 19a48be0dd48f964c9d833711f84d8fcff95fd91..c5437e52429f5f8cbe2751371f0946ace41a04e9 100644
--- a/README.md
+++ b/README.md
@@ -88,7 +88,8 @@ docker run -it --runtime=nvidia -e NVIDIA_VISIBLE_DEVICES=0 360monodepth sh -c "
 ```
 
 4. Configure paths:
-Edit scripts/config.ini to set binary directories for Anaconda in Windows and WSL, and copy paste the new docker image id.
+- Make a copy of scripts/config.example.ini in the same location and rename it to config.ini.
+- Edit config.ini to set binary directories for Anaconda in Windows and WSL, and copy paste the new docker image id.
 
 5. Run the main ML pipeline:
 ```cmd
diff --git a/scripts/config.example.ini b/scripts/config.example.ini
index 58850f4537aaa830705dac818643914cf2c20909..2f606b6d997bb5b95d896b541194e4ed06bc80ac 100644
--- a/scripts/config.example.ini
+++ b/scripts/config.example.ini
@@ -1,3 +1,7 @@
+# example file for config.ini
+# remove '.example' from the filename to use this file
+# populate the fields with your own values
+
 [Paths]
 condaDir=C:/ProgramData/anaconda3
 wslAnacondaDir=/home/chronohax/anaconda3/bin