Skip to content

Commit 57ef5bb

Browse files
authored
Update how-to-import-data-assets.md
1 parent 01115ef commit 57ef5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-import-data-assets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ az extension show -n ml #(the version value needs to be 2.15.1 or later)
5858
# [Python SDK](#tab/python)
5959

6060
```python
61-
pip uninstall azure-ai-ml
61+
pip install azure-ai-ml
6262
pip show azure-ai-ml #(the version value needs to be 1.15.0 or later)
6363
```
6464

0 commit comments

Comments
 (0)