From fde4dd57fec3d0c224845465f7c142bb03d7b50a Mon Sep 17 00:00:00 2001 From: Shahin <32805117+Shahin-rmz@users.noreply.github.com> Date: Tue, 6 Jan 2026 17:26:29 +0100 Subject: [PATCH] Update README with .env file setup instructions Added notes about .env file setup for the app. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 9945328..ed49cbe 100644 --- a/README.md +++ b/README.md @@ -50,3 +50,12 @@ python3 osce_pipeline.py ### 5. Process your Data When prompted, paste the path of the directory containing the files the app should work on. + + +📝 Notes + +Make sure your .env file is set up inside the /pipeline folder if the script requires API keys or specific credentials. + +Use the .env.example file as a template if you're setting this up for the first time. + +