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.