From 31c40f7dfa9041c429f9ce20b293bb47c32e7e6d Mon Sep 17 00:00:00 2001 From: supercarefor Date: Sun, 28 Dec 2025 08:22:44 +0100 Subject: [PATCH] docs: add quick start note to README Adds a short clarification for new users on how to approach the repository. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2ef80bb5..6e64d031 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 ``` +## Quick start note + +This repository is intended as a minimal reference implementation. + +If you are new to Kalshi, start by reading the official API documentation +before modifying the example scripts in this repository.