Installation
Learn how to install the HUD SDK
You can install the HUD SDK using pip:
Requirements
-
Python 3.9 or higher
-
An API key from HUD (contact us)
Environment Setup
The SDK uses environment variables for configuration. You can set these in your environment or in a .env
file in your project root. You may need to add API keys for your own agent as well.
Development Installation
If you want to contribute to the SDK or install it in development mode:
Verification
To verify your installation, you can try running a simple example:
You should see the version number of the installed SDK without any errors.