Installation
Requirements
Saline SDK requires:
Python 3.12 or later
Poetry for dependency management
Basic Installation
You can install the Saline SDK using pip:
pip install saline-sdk
Or with Poetry:
poetry add saline-sdk
Development Installation
For development purposes, you can install the SDK from source:
# Clone the repository
git clone https://github.com/risingsealabs/saline-sdk.git
cd saline-sdk
# Install dependencies using Poetry
poetry install