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/cognitive-services/Computer-vision/includes/quickstarts-sdk/image-analysis-python-sdk-40.md
+67-70Lines changed: 67 additions & 70 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,80 +37,77 @@ Use the Image Analysis client library for Python to analyze a remote image to re
37
37
> [!div class="nextstepaction"]
38
38
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=PYTHON&Pillar=Vision&Product=Image-analysis&Page=quickstart4&Section=Prerequisites"target="_target">I ran into an issue</a>
39
39
40
-
## Set up application
41
-
42
-
First, install the client library. You can install the client library with:
43
-
44
-
```console
45
-
python -m pip install azure-ai-vision
46
-
```
47
-
48
-
Next create a new Python file —*quickstart-file.py*, for example.
1. Then run the application with the `python` command on your quickstart file.
107
+
108
+
```console
109
+
python quickstart-file.py
110
+
```
114
111
115
112
> [!div class="nextstepaction"]
116
113
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=PYTHON&Pillar=Vision&Product=Image-analysis&Page=quickstart4&Section=Analyze-image" target="_target">I ran into an issue</a>
0 commit comments