From f64431e0dd37fbaa412cd79cc599bb8972ee43a4 Mon Sep 17 00:00:00 2001 From: ZJZR Date: Sat, 10 Jan 2026 18:09:06 +0100 Subject: [PATCH] Add configuration section to README Documents how to configure environment variables for the project --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2ef80bb5..e28ac8cd 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,9 @@ Install requirements.txt in a virtual environment of your choice and execute mai pip install -r requirements.txt python main.py ``` +## Configuration + +This project uses environment variables for authentication. + +Create a `.env` file based on `.env.example` and provide your Kalshi API credentials +before running any scripts.