Skip to content

Commit 7a6a790

Browse files
committed
cleaner steps
1 parent 3c03025 commit 7a6a790

File tree

1 file changed

+8
-9
lines changed
  • articles/cognitive-services/Speech-Service/includes

1 file changed

+8
-9
lines changed

articles/cognitive-services/Speech-Service/includes/spx-setup.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,26 @@ The only prerequisite is an Azure Speech subscription. See the [guide](../get-st
1515

1616
#### [Windows Install](#tab/windowsinstall)
1717

18-
SPX requires either the .NET Core or .NET Framework runtime, and the following versions are supported by platform:
18+
Follow these steps to install the SPX tool on Windows:
1919

20-
* [.NET Framework 4.7](https://dotnet.microsoft.com/download/dotnet-framework/net471) or
21-
* [.NET Core 3.0](https://dotnet.microsoft.com/download/dotnet-core/3.0)
22-
23-
Download the SPX Tool [zip archive](https://aka.ms/speech/spx-zips.zip), then extract it.
24-
Go to the root directory `spx-zips` that you extracted from the download, and extract the subdirectory that you need (`spx-net471` for .NET Framework 4.7, for example).
20+
1. Install either [.NET Framework 4.7](https://dotnet.microsoft.com/download/dotnet-framework/net471) or [.NET Core 3.0](https://dotnet.microsoft.com/download/dotnet-core/3.0)
21+
2. Download the SPX Tool [zip archive](https://aka.ms/speech/spx-zips.zip), then extract it.
22+
3. Go to the root directory `spx-zips` that you extracted from the download, and extract the subdirectory that you need (`spx-net471` for .NET Framework 4.7, for example).
2523

26-
In a command prompt, change directory to this location, and then type `spx` to see help for the SPX tool.
24+
In the command prompt, change directory to this location, and then type `spx` to see help for the SPX tool.
2725

2826
#### [Linux Install](#tab/linuxinstall)
2927

30-
Start by downloading the [zip archive](https://aka.ms/speech/spx-zips.zip), then extract it. SPX requires the .NET Core:
28+
Follow these steps to install the SPX tool on Linux:
3129

3230
1. Install [.NET Core 3.0](https://dotnet.microsoft.com/download/dotnet-core/3.0).
3331
2. Download the SPX Tool [zip archive](https://aka.ms/speech/spx-zips.zip), then extract it.
3432
3. Go to the root directory `spx-zips` that you extracted from the download, and extract the subdirectory that you need.
3533
4. In a terminal, change directory to the location with the spx binary file, and type these commands:
3634
1. `sudo chmod +r+x spx`
3735
2. `PATH=.:$PATH`
38-
5. Now type `spx` to see help for the SPX tool.
36+
37+
In the terminal, change directory to this location, and then type `spx` to see help for the SPX tool.
3938

4039
***
4140

0 commit comments

Comments
 (0)