From 17f160d1b47fdbc33cec0703a748995144c1aab8 Mon Sep 17 00:00:00 2001 From: ManyChavez Date: Thu, 18 Dec 2025 20:28:11 +0100 Subject: [PATCH] docs: add project purpose section Clarifies intended use of the starter code. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2ef80bb..08bc794 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # kalshi-starter-code-python Example python code for accessing api-authenticated endpoints on [Kalshi](https://kalshi.com). This is not an SDK. +## Project Purpose + +This repository provides minimal starter examples for interacting with the Kalshi API using Python. +It is intended for learning and experimentation rather than production trading. + ## Installation Install requirements.txt in a virtual environment of your choice and execute main.py from within the repo.