Skip to content

Commit 0bea5a1

Browse files
author
Larry Franks
committed
adding upgrade info
1 parent 4d454ff commit 0bea5a1

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

includes/machine-learning-cli-sdk-v2-prereqs.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ ms.author: larryfr
88

99
Before following the steps in this article, make sure you have the following prerequisites:
1010

11-
* An Azure subscription. If you don't have an Azure subscription, create a free account before you begin. Try the [free or paid version of Azure Machine Learning](https://azure.microsoft.com/free/).
12-
1311
* An Azure Machine Learning workspace. If you don't have one, use the steps in the [Quickstart: Create workspace resources](../articles/machine-learning/quickstart-create-resources.md) article to create one.
1412

1513
* The Azure CLI and the `ml` extension __or__ the Azure Machine Learning Python SDK v2:
@@ -25,4 +23,10 @@ Before following the steps in this article, make sure you have the following pre
2523
pip install azure-ai-ml azure-identity
2624
```
2725

26+
To update an existing installation of the SDK to the latest version, use the following command:
27+
28+
```bash
29+
pip install --upgrade azure-ai-ml azure-identity
30+
```
31+
2832
For more information, see [Install the Python SDK v2 for Azure Machine Learning](https://aka.ms/sdk-v2-install).

includes/machine-learning-sdk-v2-prereqs.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ ms.author: larryfr
88

99
Before following the steps in this article, make sure you have the following prerequisites:
1010

11-
* An Azure subscription. If you don't have an Azure subscription, create a free account before you begin. Try the [free or paid version of Azure Machine Learning](https://azure.microsoft.com/free/).
12-
1311
* An Azure Machine Learning workspace. If you don't have one, use the steps in the [Quickstart: Create workspace resources](../articles/machine-learning/quickstart-create-resources.md) article to create one.
1412

1513
* To install the Python SDK v2, use the following command:
@@ -18,4 +16,10 @@ Before following the steps in this article, make sure you have the following pre
1816
pip install azure-ai-ml azure-identity
1917
```
2018

19+
To update an existing installation of the SDK to the latest version, use the following command:
20+
21+
```bash
22+
pip install --upgrade azure-ai-ml azure-identity
23+
```
24+
2125
For more information, see [Install the Python SDK v2 for Azure Machine Learning](/python/api/overview/azure/ai-ml-readme).

0 commit comments

Comments
 (0)