Installation¶
Requirements¶
- Python 3.9 or higher
- pip or uv package manager
Install from PyPI¶
The easiest way to install kalshi-py is from PyPI:
Install with uv¶
If you're using uv (recommended):
Install from source¶
To install the latest development version:
Dependencies¶
kalshi-py has the following dependencies:
httpx>=0.23.0,<0.29.0
- HTTP clientattrs>=22.2.0
- Data classespython-dateutil>=2.8.0,<3
- Date parsingcryptography>=41.0.0
- RSA-PSS signatures
Next Steps¶
- Quick Start - Make your first API call
- Authentication - Set up API credentials