File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
articles/ai-foundry/includes Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Use the following tabs to select the method you plan to use to create a [!INCLUD
4747- [ Set up your development environment] ( ../how-to/develop/install-cli-sdk.md?tabs=python )
4848- Authenticate with ` az login ` or ` az login --use-device-code ` in your environment before running code.
4949- Complete these steps to start your Python script:
50- 1 . Install packages: `pip install azure-identity azure-mgmt-cognitiveservices= =13.7.0b1
50+ 1 . Install packages: `pip install azure-identity azure-mgmt-cognitiveservices~ =13.7.0b1
5151` . If in a notebook cell, use ` %pip install` instead
5252`.
5353 1. Use ` pip show azure-mgmt-cognitiveservices ` to verify your version is 13.7 or greater.
You can’t perform that action at this time.
0 commit comments