Skip to content

Commit cd4d694

Browse files
committed
add other terminal commands
1 parent b32bdb9 commit cd4d694

File tree

1 file changed

+10
-4
lines changed
  • articles/ai-services/computer-vision/includes/setup-sdk

1 file changed

+10
-4
lines changed

articles/ai-services/computer-vision/includes/setup-sdk/python.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,17 @@ To install the Vision SDK for Python:
6565
python -m pip install azure-ai-vision
6666
```
6767

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+
```
6973

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+
```
7379

7480
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).
7581

0 commit comments

Comments
 (0)