diff --git a/README.md b/README.md index 2ef80bb5..157d6e94 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # kalshi-starter-code-python Example python code for accessing api-authenticated endpoints on [Kalshi](https://kalshi.com). This is not an SDK. +### Quick Setup +1. Create a virtual environment: `python -m venv venv` +2. Activate it: + - Windows: `venv\Scripts\activate` + - Mac/Linux: `source venv/bin/activate` +3. Install dependencies: `pip install -r requirements.txt` + ## Installation Install requirements.txt in a virtual environment of your choice and execute main.py from within the repo.