Skip to content

Commit 876f211

Browse files
author
Larry Franks
committed
fixing install for sdk v2
1 parent 737f059 commit 876f211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-deploy-automl-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ After you create a deployment, you can score it as described in [Invoke the endp
168168
If you haven't installed Python SDK v2 yet, please install with this command:
169169
170170
```azurecli
171-
pip install --pre azure-ai-ml
171+
pip install azure-ai-ml
172172
```
173173

174174
For more information, see [Install the Azure Machine Learning SDK v2 for Python](/python/api/overview/azure/ai-ml-readme).

0 commit comments

Comments
 (0)