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