Skip to content

Commit 73148e7

Browse files
committed
Removed windows instructions
1 parent d56ccc8 commit 73148e7

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

backends/openvino/README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,26 +59,18 @@ cd <your_preferred_install_location>
5959
source setupvars.sh
6060
```
6161

62-
### Build OpenVINO from Release Packages
62+
### Use OpenVINO from Release Packages
6363

6464
1. Download the OpenVINO release package from [here](https://docs.openvino.ai/2025/get-started/install-openvino.html). Make sure to select your configuration and click on **OpenVINO Archives** under the distribution section to download the appropriate archive for your platform.
6565

6666
2. Extract the release package from the archive and set the environment variables.
6767

68-
#### Linux
6968
```bash
7069
tar -zxf openvino_toolkit_<your_release_configuration>.tgz
7170
cd openvino_toolkit_<your_release_configuration>
7271
source setupvars.sh
7372
```
7473

75-
#### Windows
76-
```bash
77-
tar -xf openvino_toolkit_<your_release_configuration>.zip
78-
cd openvino_toolkit_<your_release_configuration>
79-
setupvars.bat
80-
```
81-
8274
For more information about OpenVINO build, refer to the [OpenVINO Build Instructions](https://github.com/openvinotoolkit/openvino/blob/master/docs/dev/build_linux.md).
8375

8476
### Setup

0 commit comments

Comments
 (0)