66Intel® Distribution of OpenVINO™ toolkit is an open-source toolkit for optimizing and deploying
77AI inference. It can be used to develop applications and solutions based on deep learning tasks,
88such as: emulation of human vision, automatic speech recognition, natural language processing,
9- recommendation systems, etc. It provides high-performance and rich deployment options, from
10- edge to cloud.
9+ recommendation systems, image generation, etc. It provides high-performance and rich deployment
10+ options, from edge to cloud.
1111
1212If you have chosen a model, you can integrate it with your application through OpenVINO™ and
1313deploy it on various devices. The OpenVINO™ Python package includes a set of libraries for easy
@@ -26,7 +26,7 @@ versions. The complete list of supported hardware is available on the
2626
2727## Install OpenVINO™
2828
29- ### Step 1. Set Up Python Virtual Environment
29+ ### Step 1. Set up Python virtual environment
3030
3131Use a virtual environment to avoid dependency conflicts. To create a virtual environment, use
3232the following commands:
@@ -43,7 +43,7 @@ python3 -m venv openvino_env
4343
4444> ** NOTE** : On Linux and macOS, you may need to [ install pip] ( https://pip.pypa.io/en/stable/installation/ ) .
4545
46- ### Step 2. Activate the Virtual Environment
46+ ### Step 2. Activate the virtual environment
4747
4848On Windows:
4949``` sh
@@ -55,24 +55,23 @@ On Linux and macOS:
5555source openvino_env/bin/activate
5656```
5757
58- ### Step 3. Set Up and Update PIP to the Highest Version
58+ ### Step 3. Set up PIP and update it to the highest version
5959
60- Run the command below :
60+ Run the command:
6161``` sh
6262python -m pip install --upgrade pip
6363```
6464
65- ### Step 4. Install the Package
65+ ### Step 4. Install the package
6666
67- Run the command below: <br >
68-
69- ``` sh
70- pip install openvino
71- ```
67+ Run the command:
68+ ``` sh
69+ pip install openvino
70+ ```
7271
73- ### Step 5. Verify that the Package Is Installed
72+ ### Step 5. Verify that the package is installed
7473
75- Run the command below :
74+ Run the command:
7675``` sh
7776python -c " from openvino import Core; print(Core().available_devices)"
7877```
@@ -88,30 +87,30 @@ If installation was successful, you will see the list of available devices.
8887 <th>Description</th>
8988 </tr >
9089 <tr >
91- <td><a href="https://docs.openvino.ai/2024 /openvino-workflow/running-inference.html">OpenVINO Runtime</a></td>
90+ <td><a href="https://docs.openvino.ai/2025 /openvino-workflow/running-inference.html">OpenVINO Runtime</a></td>
9291 <td>`openvino package`</td>
9392 <td>OpenVINO Runtime is a set of C++ libraries with C and Python bindings providing a common
9493 API to deliver inference solutions on the platform of your choice. Use the OpenVINO
9594 Runtime API to read PyTorch, TensorFlow, TensorFlow Lite, ONNX, and PaddlePaddle models
9695 and execute them on preferred devices. OpenVINO Runtime uses a plugin architecture and
9796 includes the following plugins:
98- <a href="https://docs.openvino.ai/2024 /openvino-workflow/running-inference/inference-devices-and-modes/cpu-device.html">CPU</a>,
99- <a href="https://docs.openvino.ai/2024 /openvino-workflow/running-inference/inference-devices-and-modes/gpu-device.html">GPU</a>,
100- <a href="https://docs.openvino.ai/2024 /openvino-workflow/running-inference/inference-devices-and-modes/automatic-batching.html">Auto Batch</a>,
101- <a href="https://docs.openvino.ai/2024 /openvino-workflow/running-inference/inference-devices-and-modes/auto-device-selection.html">Auto</a>,
102- <a href="https://docs.openvino.ai/2024 /openvino-workflow/running-inference/inference-devices-and-modes/hetero-execution.html">Hetero</a>,
97+ <a href="https://docs.openvino.ai/2025 /openvino-workflow/running-inference/inference-devices-and-modes/cpu-device.html">CPU</a>,
98+ <a href="https://docs.openvino.ai/2025 /openvino-workflow/running-inference/inference-devices-and-modes/gpu-device.html">GPU</a>,
99+ <a href="https://docs.openvino.ai/2025 /openvino-workflow/running-inference/inference-devices-and-modes/automatic-batching.html">Auto Batch</a>,
100+ <a href="https://docs.openvino.ai/2025 /openvino-workflow/running-inference/inference-devices-and-modes/auto-device-selection.html">Auto</a>,
101+ <a href="https://docs.openvino.ai/2025 /openvino-workflow/running-inference/inference-devices-and-modes/hetero-execution.html">Hetero</a>,
103102 </td>
104103 </tr >
105104 <tr >
106- <td><a href="https://docs.openvino.ai/2024 /openvino-workflow/model-preparation.html#convert-a-model-in-cli-ovc">OpenVINO Model Converter (OVC)</a></td>
105+ <td><a href="https://docs.openvino.ai/2025 /openvino-workflow/model-preparation.html#convert-a-model-in-cli-ovc">OpenVINO Model Converter (OVC)</a></td>
107106 <td>`ovc`</td>
108107 <td>OpenVINO Model Converter converts models that were trained in popular frameworks to a
109108 format usable by OpenVINO components. </br>Supported frameworks include ONNX, TensorFlow,
110109 TensorFlow Lite, and PaddlePaddle.
111110 </td>
112111 </tr >
113112 <tr >
114- <td><a href="https://docs.openvino.ai/2024 /learn-openvino/openvino-samples/benchmark-tool.html">Benchmark Tool</a></td>
113+ <td><a href="https://docs.openvino.ai/2025 /learn-openvino/openvino-samples/benchmark-tool.html">Benchmark Tool</a></td>
115114 <td>`benchmark_app`</td>
116115 <td>Benchmark Application** allows you to estimate deep learning inference performance on
117116 supported devices for synchronous and asynchronous modes.
@@ -122,8 +121,8 @@ If installation was successful, you will see the list of available devices.
122121
123122## Troubleshooting
124123
125- For general troubleshooting steps and issues , see
126- [ Troubleshooting Guide for OpenVINO Installation] ( https://docs.openvino.ai/2024 /get-started/troubleshooting-install-config.html ) .
124+ For general troubleshooting, see the
125+ [ Troubleshooting Guide for OpenVINO Installation] ( https://docs.openvino.ai/2025 /get-started/troubleshooting-install-config.html ) .
127126The following sections also provide explanations to several error messages.
128127
129128### Errors with Installing via PIP for Users in China
@@ -145,11 +144,11 @@ the [C++ redistributable (.exe)](https://aka.ms/vs/17/release/vc_redist.x64.exe)
145144You can also view a full download list on the
146145[ official support page] ( https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist ) .
147146
148- ### ImportError: libpython3.8 .so.1.0: cannot open shared object file: No such file or directory
147+ ### ImportError: libpython3.10 .so.1.0: cannot open shared object file: No such file or directory
149148
150149To resolve missing external dependency on Ubuntu* , execute the following command:
151150``` sh
152- sudo apt-get install libpython3.8
151+ sudo apt-get install libpython3.10
153152```
154153
155154## Additional Resources
@@ -159,7 +158,7 @@ sudo apt-get install libpython3.8
159158- [ OpenVINO™ Notebooks] ( https://github.com/openvinotoolkit/openvino_notebooks )
160159- [ OpenVINO Installation Selector Tool] ( https://www.intel.com/content/www/us/en/developer/tools/openvino-toolkit/download.html )
161160
162- Copyright © 2018-2024 Intel Corporation
161+ Copyright © 2018-2025 Intel Corporation
163162> ** LEGAL NOTICE** : Your use of this software and any required dependent software (the
164163 “Software Package”) is subject to the terms and conditions of the
165164[ Apache 2.0 License] ( https://www.apache.org/licenses/LICENSE-2.0.html ) for the Software Package,
0 commit comments