Skip to content

Commit f39a447

Browse files
committed
acrolinx
1 parent cd4d694 commit f39a447

File tree

1 file changed

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

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ ms.date: 08/01/2023
66
ms.author: pafarley
77
---
88

9-
Installing the Vision SDK package will require your device to support the APT/Debian package manager.
9+
Installing the Vision SDK package requires your device to support the APT/Debian package manager.
1010

1111
### Ubuntu 18.04, Ubuntu 20.04, Ubuntu 22.04, Debian 10 (Buster)
1212

1313
1. **By installing the Azure AI Vision SDK package you acknowledge the [Azure AI Vision SDK license agreement](https://aka.ms/azai/vision/license)**.
1414

15-
1. The debian package is hosted on a Microsoft feed. To install the package, you first need to add the Microsoft feed to your device's package manager. To do that, run the following commands:
15+
1. The Debian package is hosted on a Microsoft feed. To install the package, you first need to add the Microsoft feed to your device's package manager. To do that, run the following commands:
1616

1717
* For Ubuntu 18.04 (Bionic Beaver)
1818
```sh
@@ -49,7 +49,7 @@ Installing the Vision SDK package will require your device to support the APT/De
4949
sudo apt install azure-ai-vision-dev-image-analysis
5050
```
5151

52-
1. Notice that the above package _azure-ai-vision-dev-image-analysis_ depends on additional Vision SDK packages, which will be installed automatically. Run `apt list azure-ai-vision*` to see the list of installed Vision SDK packages:
52+
1. Notice that the above package _azure-ai-vision-dev-image-analysis_ depends on other Vision SDK packages, which will be installed automatically. Run `apt list azure-ai-vision*` to see the list of installed Vision SDK packages:
5353
* _azure-ai-vision-dev-common_
5454
* _azure-ai-vision-dev-image-analysis_
5555
* _azure-ai-vision-runtime-common_
@@ -60,15 +60,15 @@ Installing the Vision SDK package will require your device to support the APT/De
6060

6161
1. **By installing the Azure AI Vision SDK package you acknowledge the [Azure AI Vision SDK license agreement](https://aka.ms/azai/vision/license)**.
6262

63-
1. Directly download the following 5 packages to your device:
63+
1. Directly download the following five packages to your device:
6464
```sh
6565
wget https://packages.microsoft.com/repos/microsoft-ubuntu-bionic-prod/pool/main/a/azure-ai-vision-dev-common/azure-ai-vision-dev-common-0.13.0~beta.1-Linux.deb
6666
wget https://packages.microsoft.com/repos/microsoft-ubuntu-bionic-prod/pool/main/a/azure-ai-vision-dev-image-analysis/azure-ai-vision-dev-image-analysis-0.13.0~beta.1-Linux.deb
6767
wget https://packages.microsoft.com/repos/microsoft-ubuntu-bionic-prod/pool/main/a/azure-ai-vision-runtime-common/azure-ai-vision-runtime-common-0.13.0~beta.1-Linux.deb
6868
wget https://packages.microsoft.com/repos/microsoft-ubuntu-bionic-prod/pool/main/a/azure-ai-vision-runtime-common-media/azure-ai-vision-runtime-common-media-0.13.0~beta.1-Linux.deb
6969
wget https://packages.microsoft.com/repos/microsoft-ubuntu-bionic-prod/pool/main/a/azure-ai-vision-runtime-image-analysis/azure-ai-vision-runtime-image-analysis-0.13.0~beta.1-Linux.deb
7070
```
71-
1. Install the 5 packages:
71+
1. Install the five packages:
7272
```sh
7373
sudo apt update
7474
sudo apt install ./azure-ai-vision-dev-common-0.13.0~beta.1-Linux.deb ./azure-ai-vision-dev-image-analysis-0.13.0~beta.1-Linux.deb ./azure-ai-vision-runtime-common-0.13.0~beta.1-Linux.deb ./azure-ai-vision-runtime-common-media-0.13.0~beta.1-Linux.deb ./azure-ai-vision-runtime-image-analysis-0.13.0~beta.1-Linux.deb

0 commit comments

Comments
 (0)