Installation¶
Requirements¶
The Bloomy Python SDK requires:
- Python 3.12 or higher
- A Bloom Growth account with API access
Install from PyPI¶
The recommended way to install the Bloomy SDK is via pip:
Or if you're using uv:
Install from Source¶
To install the latest development version from GitHub:
Or clone the repository and install locally:
Dependencies¶
The SDK has minimal dependencies:
httpx
- Modern HTTP client with async supportpyyaml
- For configuration file handlingpython-dateutil
- For date parsing and manipulation
All dependencies are automatically installed when you install the SDK.
Verify Installation¶
To verify the installation was successful:
Next Steps¶
Once installed, proceed to the Quick Start guide to configure your API key and make your first API call.