To install the Galtea Python SDK, use the following command:

pip install galtea

For more information, visit the Galtea PyPI page.

Requirements

Ensure you have the following prerequisites:

  • Python 3.9 or higher
  • pip (Python package installer)

Setting Up Your Environment

  1. Create a Virtual Environment (optional but recommended):

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
    
  2. Install the SDK:

    pip install galtea
    
  3. Verify Installation:

    import galtea
    print(galtea.__version__)
    

Upgrading the SDK

To upgrade to the latest version of the Galtea SDK, use the following command:

pip install --upgrade galtea

Troubleshooting

If you encounter any issues during installation, refer to the troubleshooting guide or contact our support team at support@galtea.ai.