Skip to content

Commit 1c79d09

Browse files
[DI] Add aiohttp info to readme (Azure#39851)
* add aiohttp info to readme * wording * wording --------- Co-authored-by: catalinaperalta <[email protected]>
1 parent 84e002c commit 1c79d09

File tree

1 file changed

+1
-0
lines changed
  • sdk/documentintelligence/azure-ai-documentintelligence

1 file changed

+1
-0
lines changed

sdk/documentintelligence/azure-ai-documentintelligence/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Older API versions are supported in `azure-ai-formrecognizer`, please see the [M
3737
- Python 3.8 or later is required to use this package.
3838
- You need an [Azure subscription][azure_sub] to use this package.
3939
- An existing Azure AI Document Intelligence instance.
40+
- **If running async APIs:** The async transport is designed to be opt-in. The [aiohttp](https://pypi.org/project/aiohttp/) framework is one of the supported implementations of async transport. It's not installed by default. You need to install it separately as follows: `pip install aiohttp`
4041

4142
#### Create a Cognitive Services or Document Intelligence resource
4243

0 commit comments

Comments
 (0)