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
47
47
- [ Set up your development environment] ( ../how-to/develop/install-cli-sdk.md?tabs=python )
48
48
- Authenticate with ` az login ` or ` az login --use-device-code ` in your environment before running code.
49
49
- 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
51
51
` . If in a notebook cell, use ` %pip install` instead
52
52
`.
53
53
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