Skip to content

Commit 138704f

Browse files
committed
Indent by four spaces to remove line break after conceptual tab
1 parent af7ec02 commit 138704f

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,26 @@ ms.author: larryfr
1010

1111
* The Azure CLI and the `ml` extension or the Azure Machine Learning Python SDK v2:
1212

13-
# [Azure CLI](#tab/cli)
13+
# [Azure CLI](#tab/cli)
1414

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).
1616

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).
1818

19-
# [Python SDK](#tab/python)
19+
# [Python SDK](#tab/python)
2020

21-
To install the Python SDK v2, use the following command:
21+
To install the Python SDK v2, use the following command:
2222

23-
```bash
24-
pip install azure-ai-ml azure-identity
25-
```
23+
```bash
24+
pip install azure-ai-ml azure-identity
25+
```
2626

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:
2828

29-
```bash
30-
pip install --upgrade azure-ai-ml azure-identity
31-
```
29+
```bash
30+
pip install --upgrade azure-ai-ml azure-identity
31+
```
3232

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).
3434

35-
---
35+
---

0 commit comments

Comments
 (0)