Skip to content

Commit 80987a4

Browse files
authored
Merge pull request #185522 from eric-urban/eur/ur-feedback
UR research feedback
2 parents 1ba3a53 + 13adb56 commit 80987a4

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

articles/cognitive-services/Speech-Service/includes/get-speech-sdk-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ ms.date: 03/27/2020
66
ms.author: eur
77
---
88

9-
The Python Speech SDK is available as a Python Package Index (PyPI) module. For more information, see <a href="https://pypi.org/project/azure-cognitiveservices-speech/" target="_blank">azure-cognitiveservices-speech </a>. The Python Speech SDK is compatible with Windows, Linux, and macOS.
9+
The Python Speech SDK is available as a Python Package Index (PyPI) module. For more information, see <a href="https://pypi.org/project/azure-cognitiveservices-speech/" target="_blank">azure-cognitiveservices-speech </a>. The Python Speech SDK is compatible with Windows, Linux, and macOS. Install a version of [Python from 3.6 to 3.9](https://www.python.org/downloads/).
1010

11-
Before you install the Python Speech SDK, make sure to satisfy the [system requirements and prerequisites](~/articles/cognitive-services/speech-service/quickstarts/setup-platform.md?pivots=programming-language-python#prerequisites).
11+
Before you install the Python Speech SDK, make sure to satisfy the [system requirements and prerequisites](~/articles/cognitive-services/speech-service/quickstarts/setup-platform.md?pivots=programming-language-python#prerequisites).
1212

1313
To install the Speech SDK, run this command in a terminal.
1414

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
1-
- [Quickstart: Recognize speech from a microphone](../../get-started-speech-to-text.md)
2-
- [Quickstart: Recognize speech from a file](../../get-started-speech-to-text.md)
3-
- [Quickstart: Recognize speech from an Azure Blob](../../batch-transcription.md)
4-
- [Quickstart: Translate speech-to-text](~/articles/cognitive-services/speech-service/get-started-speech-translation.md)
5-
- [Quickstart: Synthesize text to an audio device](../../get-started-text-to-speech.md)
6-
- [Quickstart: Synthesize text to a file](../../get-started-text-to-speech.md)
7-
- [Quickstart: Recognize Intents](~/articles/cognitive-services/speech-service/get-started-intent-recognition.md)
1+
- [Quickstart: Speech-to-text](../../get-started-speech-to-text.md)
2+
- [Quickstart: Text-to-speech](../../get-started-text-to-speech.md)

0 commit comments

Comments
 (0)