From 9617040c63d7dbb3dc7350f26bab8adc3cfde3e3 Mon Sep 17 00:00:00 2001 From: George Wu Date: Sun, 5 Jun 2022 19:43:10 -0700 Subject: [PATCH] update python install instructions for openvino (#11711) --- js/script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.",