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/ai-services/computer-vision/includes/setup-sdk/python.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,11 +65,17 @@ To install the Vision SDK for Python:
65
65
python -m pip install azure-ai-vision
66
66
```
67
67
68
-
You can check which Vision SDK for Python version is currently installed by running this command:
68
+
To upgrade to the latest Vision SDK, run this command in a terminal:
69
+
70
+
```console
71
+
python -m pip install --upgrade azure-ai-vision
72
+
```
69
73
70
-
```console
71
-
pip list
72
-
```
74
+
You can check which Vision SDK for Python version is currently installed by running this command:
75
+
76
+
```console
77
+
pip list
78
+
```
73
79
74
80
For more information about Visual Studio Code and Python, see the [Visual Studio Code documentation](https://code.visualstudio.com/docs) and the [Visual Studio Code Python tutorial](https://code.visualstudio.com/docs/python/python-tutorial).
0 commit comments