Skip to content

Commit 025e9bf

Browse files
committed
Incorporate feedback
1 parent d3446ba commit 025e9bf

File tree

5 files changed

+13
-10
lines changed

5 files changed

+13
-10
lines changed

articles/ai-services/immersive-reader/how-to-launch-immersive-reader.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: "How to launch the Immersive Reader"
33
titleSuffix: Azure AI services
44
description: Learn how to launch the Immersive reader using JavaScript, Python, Android, or iOS.
5-
author: rwallerms
5+
author: sharmas
66
manager: nitinme
77
ms.service: azure-ai-immersive-reader
88
ms.topic: how-to
99
ms.date: 02/21/2024
10-
ms.author: rwaller
10+
ms.author: sharmas
1111
ms.custom: devx-track-js, devx-track-extended-java, devx-track-python
1212
zone_pivot_groups: immersive-reader-how-to-guides
1313
---

articles/ai-services/immersive-reader/includes/how-to/how-to-launch-immersive-reader-android.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
author: rwallerms
2+
author: sharmas
33
manager: nitinme
44
ms.service: azure-ai-immersive-reader
55
ms.topic: include
66
ms.date: 02/21/2024
7-
ms.author: rwaller
7+
ms.author: sharmas
88
---
99

1010
## Prerequisites

articles/ai-services/immersive-reader/includes/how-to/how-to-launch-immersive-reader-ios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
author: rwallerms
2+
author: sharmas
33
manager: nitinme
44
ms.service: azure-ai-immersive-reader
55
ms.topic: include
66
ms.date: 02/21/2024
7-
ms.author: rwaller
7+
ms.author: sharmas
88
---
99

1010
## Prerequisites

articles/ai-services/immersive-reader/includes/how-to/how-to-launch-immersive-reader-nodejs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
author: rwallerms
2+
author: sharmas
33
manager: nitinme
44
ms.service: azure-ai-immersive-reader
55
ms.topic: include
66
ms.date: 02/21/2024
7-
ms.author: rwaller
7+
ms.author: sharmas
88
---
99

1010
## Prerequisites

articles/ai-services/immersive-reader/includes/how-to/how-to-launch-immersive-reader-python.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
author: rwallerms
2+
author: sharmas
33
manager: nitinme
44
ms.service: azure-ai-immersive-reader
55
ms.topic: include
66
ms.date: 02/21/2024
7-
ms.author: rwaller
7+
ms.author: sharmas
88
---
99

1010
## Prerequisites
@@ -51,6 +51,9 @@ Add **Optional Features** by selecting check boxes, and then select **Next**.
5151

5252
Under **Advanced Options**, set the installation path as your root folder, for example, `C:\Python312`. Then select **Install**.
5353

54+
> [!TIP]
55+
> When you set a custom installation path, the PATH variable might still point to the default installation path. Verify that the PATH points to the custom folder.
56+
5457
:::image type="content" source="../../media/python-install-3.png" alt-text="Screenshot of Install Python step 3 with custom location.":::
5558

5659
After the Python installation is finished, open a command prompt and use `cd` to go to the Python Scripts folder.

0 commit comments

Comments
 (0)