Skip to content

Commit 0f80ca5

Browse files
Merge pull request #5916 from sdgilley/patch-12
Update create-project-fdp.md
2 parents 1ef012e + f6e74bc commit 0f80ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-foundry/includes/create-project-fdp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)