Skip to main content
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`
  1. Install the SDK:
pip install galtea
  1. Verify Installation:
from galtea import Galtea

# Verify the SDK is properly installed by initializing it
# Note: Replace "YOUR_API_KEY" with your actual API key from the Galtea dashboard
galtea = Galtea(api_key="YOUR_API_KEY")
print("Galtea SDK installed successfully!")

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, contact our support team at [email protected].