You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/includes/machine-learning-cli-sdk-v2-prereqs.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,26 +10,26 @@ ms.author: larryfr
10
10
11
11
* The Azure CLI and the `ml` extension or the Azure Machine Learning Python SDK v2:
12
12
13
-
# [Azure CLI](#tab/cli)
13
+
# [Azure CLI](#tab/cli)
14
14
15
-
To install the Azure CLI and the `ml` extension, see [Install and set up the CLI (v2)](../how-to-configure-cli.md).
15
+
To install the Azure CLI and the `ml` extension, see [Install and set up the CLI (v2)](../how-to-configure-cli.md).
16
16
17
-
The examples in this article assume that you use a Bash shell or a compatible shell. For example, you can use a shell on a Linux system or [Windows Subsystem for Linux](/windows/wsl/about).
17
+
The examples in this article assume that you use a Bash shell or a compatible shell. For example, you can use a shell on a Linux system or [Windows Subsystem for Linux](/windows/wsl/about).
18
18
19
-
# [Python SDK](#tab/python)
19
+
# [Python SDK](#tab/python)
20
20
21
-
To install the Python SDK v2, use the following command:
21
+
To install the Python SDK v2, use the following command:
22
22
23
-
```bash
24
-
pip install azure-ai-ml azure-identity
25
-
```
23
+
```bash
24
+
pip install azure-ai-ml azure-identity
25
+
```
26
26
27
-
To update an existing installation of the SDK to the latest version, use the following command:
27
+
To update an existing installation of the SDK to the latest version, use the following command:
28
28
29
-
```bash
30
-
pip install --upgrade azure-ai-ml azure-identity
31
-
```
29
+
```bash
30
+
pip install --upgrade azure-ai-ml azure-identity
31
+
```
32
32
33
-
For more information, see [Azure ML Package client library for Python](https://aka.ms/sdk-v2-install).
33
+
For more information, see [Azure ML Package client library for Python](https://aka.ms/sdk-v2-install).
0 commit comments