diff --git a/README.md b/README.md index ced85991..b5319599 100644 --- a/README.md +++ b/README.md @@ -398,7 +398,7 @@ async with client.listen.v1.connect(model="nova-3") as connection: > **Note:** The SageMaker transport is async-only and requires `AsyncDeepgramClient`. -Requirements: +Install the SageMaker transport dependencies (requires Python 3.12+): ```bash pip install aws-sdk-sagemaker-runtime-http2 boto3 ```