Skip to content

Commit f6a57c1

Browse files
authored
Update README to specify that users should also install azure-identity (Azure#29343)
1 parent 0800ac0 commit f6a57c1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

sdk/ml/azure-ai-ml/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Install the Azure ML client library for Python with [pip][pip_link]:
2828

2929
```bash
3030
pip install azure-ai-ml
31+
pip install azure-identity
3132
```
3233

3334
### Authenticate the client

sdk/ml/azure-ai-ml/samples/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ These samples provide example code for additional scenarios commonly encountered
2929

3030
```bash
3131
pip install azure-ai-ml
32+
pip install azure-identity
3233
```
3334

3435
2. Clone or download this sample repository

0 commit comments

Comments
 (0)