Update README with .env file setup instructions

Added notes about .env file setup for the app.
This commit is contained in:
Shahin
2026-01-06 17:26:29 +01:00
committed by GitHub
parent 7e5e8abc63
commit fde4dd57fe

View File

@@ -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.