diff --git a/js/script.js b/js/script.js
index 65efb96e81..10236bd83f 100644
--- a/js/script.js
+++ b/js/script.js
@@ -785,7 +785,7 @@ var validCombos = {
"Follow build instructions from here",
"linux,Python,X64,OpenVINO":
- "Follow installation instructions from here. Docker image also available.",
+ "pip install onnxruntime-openvino
Docker image also available.",
"windows,C-API,X64,OpenVINO":
"Follow build instructions from here",
@@ -797,7 +797,7 @@ var validCombos = {
"Follow build instructions from here",
"windows,Python,X64,OpenVINO":
- "Follow build instructions from here",
+ "pip install onnxruntime-openvino",
"windows,C-API,X64,TensorRT":
"Install Nuget package Microsoft.ML.OnnxRuntime.Gpu
Refer to docs for usage details.",