Skip to content

Commit

Permalink
[DOCS] 2025.0 install guide update port mstr (#28787)
Browse files Browse the repository at this point in the history
port: #28784

Co-authored-by: Tatiana Savina <[email protected]>
  • Loading branch information
kblaszczak-intel and tsavina authored Feb 3, 2025
1 parent 9042817 commit c365229
Show file tree
Hide file tree
Showing 9 changed files with 98 additions and 98 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,28 +56,28 @@ Step 1: Set Up the OpenVINO Toolkit APT Repository

.. code-block:: sh
echo "deb https://apt.repos.intel.com/openvino/2024 ubuntu24 main" | sudo tee /etc/apt/sources.list.d/intel-openvino-2024.list
echo "deb https://apt.repos.intel.com/openvino/2025 ubuntu24 main" | sudo tee /etc/apt/sources.list.d/intel-openvino-2025.list
.. tab-item:: Ubuntu 22
:sync: ubuntu-22

.. code-block:: sh
echo "deb https://apt.repos.intel.com/openvino/2024 ubuntu22 main" | sudo tee /etc/apt/sources.list.d/intel-openvino-2024.list
echo "deb https://apt.repos.intel.com/openvino/2025 ubuntu22 main" | sudo tee /etc/apt/sources.list.d/intel-openvino-2025.list
.. tab-item:: Ubuntu 20
:sync: ubuntu-20

.. code-block:: sh
echo "deb https://apt.repos.intel.com/openvino/2024 ubuntu20 main" | sudo tee /etc/apt/sources.list.d/intel-openvino-2024.list
echo "deb https://apt.repos.intel.com/openvino/2025 ubuntu20 main" | sudo tee /etc/apt/sources.list.d/intel-openvino-2025.list
.. tab-item:: Ubuntu 18
:sync: ubuntu-18

.. code-block:: sh
echo "deb https://apt.repos.intel.com/openvino/2024 ubuntu18 main" | sudo tee /etc/apt/sources.list.d/intel-openvino-2024.list
echo "deb https://apt.repos.intel.com/openvino/2025 ubuntu18 main" | sudo tee /etc/apt/sources.list.d/intel-openvino-2025.list
3. Update the list of packages via the update command:
Expand Down Expand Up @@ -133,7 +133,7 @@ Step 2: Install OpenVINO Runtime Using the APT Package Manager
.. code-block:: sh
sudo apt install openvino-2024.4.0
sudo apt install openvino-2025.0.0
.. note::

Expand Down Expand Up @@ -206,7 +206,7 @@ To uninstall OpenVINO Runtime via APT, run the following command based on your n

.. code-block:: sh
sudo apt autoremove openvino-2024.4.0
sudo apt autoremove openvino-2025.0.0
What's Next?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Step 1: Download and Install the OpenVINO Core Components
cd <user_home>/Downloads
4. Download the `OpenVINO Runtime archive file for your system <https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.6/linux/>`_, extract the files, rename the extracted folder and move it to the desired path:
4. Download the `OpenVINO Runtime archive file for your system <https://storage.openvinotoolkit.org/repositories/openvino/packages/2025.0/linux/>`_, extract the files, rename the extracted folder and move it to the desired path:

.. tab-set::

Expand All @@ -73,74 +73,74 @@ Step 1: Download and Install the OpenVINO Core Components
.. code-block:: sh
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.6/linux/l_openvino_toolkit_ubuntu24_2024.6.0.17404.4c0f47d2335_x86_64.tgz --output openvino_2024.6.0.tgz
tar -xf openvino_2024.6.0.tgz
sudo mv l_openvino_toolkit_ubuntu24_2024.6.0.17404.4c0f47d2335_x86_64 /opt/intel/openvino_2024.6.0
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2025.0/linux/openvino_toolkit_ubuntu24_2025.0.0.17942.1f68be9f594_x86_64.tgz --output openvino_2025.0.0.tgz
tar -xf openvino_2025.0.0.tgz
sudo mv openvino_toolkit_ubuntu24_2025.0.0.17942.1f68be9f594_x86_64 /opt/intel/openvino_2025.0.0
.. tab-item:: Ubuntu 22.04
:sync: ubuntu-22

.. code-block:: sh
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.6/linux/l_openvino_toolkit_ubuntu22_2024.6.0.17404.4c0f47d2335_x86_64.tgz --output openvino_2024.6.0.tgz
tar -xf openvino_2024.6.0.tgz
sudo mv l_openvino_toolkit_ubuntu22_2024.6.0.17404.4c0f47d2335_x86_64 /opt/intel/openvino_2024.6.0
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2025.0/linux/openvino_toolkit_ubuntu22_2025.0.0.17942.1f68be9f594_x86_64.tgz --output openvino_2025.0.0.tgz
tar -xf openvino_2025.0.0.tgz
sudo mv openvino_toolkit_ubuntu22_2025.0.0.17942.1f68be9f594_x86_64 /opt/intel/openvino_2025.0.0
.. tab-item:: Ubuntu 20.04
:sync: ubuntu-20

.. code-block:: sh
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.6/linux/l_openvino_toolkit_ubuntu20_2024.6.0.17404.4c0f47d2335_x86_64.tgz --output openvino_2024.6.0.tgz
tar -xf openvino_2024.6.0.tgz
sudo mv l_openvino_toolkit_ubuntu20_2024.6.0.17404.4c0f47d2335_x86_64 /opt/intel/openvino_2024.6.0
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2025.0/linux/openvino_toolkit_ubuntu20_2025.0.0.17942.1f68be9f594_x86_64.tgz --output openvino_2025.0.0.tgz
tar -xf openvino_2025.0.0.tgz
sudo mv openvino_toolkit_ubuntu20_2025.0.0.17942.1f68be9f594_x86_64 /opt/intel/openvino_2025.0.0
.. tab-item:: RHEL 8
:sync: rhel-8

.. code-block:: sh
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.6/linux/l_openvino_toolkit_rhel8_2024.6.0.17404.4c0f47d2335_x86_64.tgz --output openvino_2024.6.0.tgz
tar -xf openvino_2024.6.0.tgz
sudo mv l_openvino_toolkit_rhel8_2024.6.0.17404.4c0f47d2335_x86_64 /opt/intel/openvino_2024.6.0
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2025.0/linux/openvino_toolkit_rhel8_2025.0.0.17942.1f68be9f594_x86_64.tgz --output openvino_2025.0.0.tgz
tar -xf openvino_2025.0.0.tgz
sudo mv openvino_toolkit_rhel8_2025.0.0.17942.1f68be9f594_x86_64 /opt/intel/openvino_2025.0.0
.. tab-item:: CentOS 7
:sync: centos-7

.. code-block:: sh
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.6/linux/l_openvino_toolkit_centos7_2024.6.0.17404.4c0f47d2335_x86_64.tgz --output openvino_2024.6.0.tgz
tar -xf openvino_2024.6.0.tgz
sudo mv l_openvino_toolkit_centos7_2024.6.0.17404.4c0f47d2335_x86_64 /opt/intel/openvino_2024.6.0
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2025.0/linux/openvino_toolkit_centos7_2025.0.0.17942.1f68be9f594_x86_64.tgz --output openvino_2025.0.0.tgz
tar -xf openvino_2025.0.0.tgz
sudo mv openvino_toolkit_centos7_2025.0.0.17942.1f68be9f594_x86_64 /opt/intel/openvino_2025.0.0
.. tab-item:: ARM 64-bit
:sync: arm-64

.. code-block:: sh
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.6/linux/l_openvino_toolkit_ubuntu20_2024.6.0.17404.4c0f47d2335_arm64.tgz -O openvino_2024.6.0.tgz
tar -xf openvino_2024.6.0.tgz
sudo mv l_openvino_toolkit_ubuntu20_2024.6.0.17404.4c0f47d2335_arm64 /opt/intel/openvino_2024.6.0
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2025.0/linux/openvino_toolkit_ubuntu20_2025.0.0.17942.1f68be9f594_arm64.tgz -O openvino_2025.0.0.tgz
tar -xf openvino_2025.0.0.tgz
sudo mv openvino_toolkit_ubuntu20_2025.0.0.17942.1f68be9f594_arm64 /opt/intel/openvino_2025.0.0
.. tab-item:: ARM 32-bit
:sync: arm-32

.. code-block:: sh
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.6/linux/l_openvino_toolkit_debian10_2024.6.0.17404.4c0f47d2335_armhf.tgz -O openvino_2024.6.0.tgz
tar -xf openvino_2024.6.0.tgz
sudo mv l_openvino_toolkit_debian10_2024.6.0.17404.4c0f47d2335_armhf /opt/intel/openvino_2024.6.0
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2025.0/linux/openvino_toolkit_debian10_2025.0.0.17942.1f68be9f594_armhf.tgz -O openvino_2025.0.0.tgz
tar -xf openvino_2025.0.0.tgz
sudo mv openvino_toolkit_debian10_2025.0.0.17942.1f68be9f594_armhf /opt/intel/openvino_2025.0.0
5. Install required system dependencies on Linux. To do this, OpenVINO provides a script in the extracted installation directory. Run the following command:

.. code-block:: sh
cd /opt/intel/openvino_2024.6.0
cd /opt/intel/openvino_2025.0.0
sudo -E ./install_dependencies/install_openvino_dependencies.sh
6. (Optional) Install *numpy* Python Library:
Expand All @@ -149,11 +149,11 @@ Step 1: Download and Install the OpenVINO Core Components

This step is required only when you decide to use Python API.

You can use the ``requirements.txt`` file from the ``/opt/intel/openvino_2024.6.0/python`` folder:
You can use the ``requirements.txt`` file from the ``/opt/intel/openvino_2025.0.0/python`` folder:

.. code-block:: sh
cd /opt/intel/openvino_2024.6.0
cd /opt/intel/openvino_2025.0.0
python3 -m pip install -r ./python/requirements.txt
7. For simplicity, it is useful to create a symbolic link as below:
Expand All @@ -162,21 +162,21 @@ Step 1: Download and Install the OpenVINO Core Components
cd /opt/intel
sudo ln -s openvino_2024.6.0 openvino_2024
sudo ln -s openvino_2025.0.0 openvino_2025
.. note::
If you have already installed a previous release of OpenVINO 2024, a symbolic link to the ``openvino_2024`` folder may already exist.
Unlink the previous link with ``sudo unlink openvino_2024``, and then re-run the command above.
If you have already installed a previous release of OpenVINO 2025, a symbolic link to the ``openvino_2025`` folder may already exist.
Unlink the previous link with ``sudo unlink openvino_2025``, and then re-run the command above.


Congratulations, you have finished the installation! For some use cases you may still
need to install additional components. Check the description below, as well as the
:doc:`list of additional configurations <./configurations>`
to see if your case needs any of them.

The ``/opt/intel/openvino_2024`` folder now contains the core components for OpenVINO.
The ``/opt/intel/openvino_2025`` folder now contains the core components for OpenVINO.
If you used a different path in Step 2, for example, ``/home/<USER>/intel/``,
OpenVINO is now in ``/home/<USER>/intel/openvino_2024``. The path to the ``openvino_2024``
OpenVINO is now in ``/home/<USER>/intel/openvino_2025``. The path to the ``openvino_2025``
directory is also referred as ``<INSTALL_DIR>`` throughout the OpenVINO documentation.


Expand All @@ -185,11 +185,11 @@ Step 2: Configure the Environment

You must update several environment variables before you can compile and run OpenVINO applications.
Open a terminal window and run the ``setupvars.sh`` script as shown below to temporarily set your environment variables.
If your <INSTALL_DIR> is not ``/opt/intel/openvino_2024``, use the correct one instead.
If your <INSTALL_DIR> is not ``/opt/intel/openvino_2025``, use the correct one instead.

.. code-block:: sh
source /opt/intel/openvino_2024/setupvars.sh
source /opt/intel/openvino_2025/setupvars.sh
If you have more than one OpenVINO version installed on your system, you can easily switch versions by sourcing the `setupvars.sh` of your choice.
Expand All @@ -198,7 +198,7 @@ If you have more than one OpenVINO version installed on your system, you can eas

The above command must be re-run every time you start a new terminal session.
To set up Linux to automatically run the command every time a new terminal is opened,
open ``~/.bashrc`` in your favorite editor and add ``source /opt/intel/openvino_2024/setupvars.sh`` after the last line.
open ``~/.bashrc`` in your favorite editor and add ``source /opt/intel/openvino_2025/setupvars.sh`` after the last line.
Next time when you open a terminal, you will see ``[setupvars.sh] OpenVINO™ environment initialized``.
Changing ``.bashrc`` is not recommended when you have multiple OpenVINO versions on your machine and want to switch among them.

Expand Down Expand Up @@ -257,7 +257,7 @@ If you have created the symbolic link, remove the link first:

.. code-block:: sh
sudo rm /opt/intel/openvino_2024
sudo rm /opt/intel/openvino_2025
To delete the files:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Step 1: Install OpenVINO Core Components
cd <user_home>/Downloads
4. Download the `OpenVINO Runtime archive file for macOS <https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.6/macos/>`__, extract the files, rename the extracted folder and move it to the desired path:
4. Download the `OpenVINO Runtime archive file for macOS <https://storage.openvinotoolkit.org/repositories/openvino/packages/2025.0/macos/>`__, extract the files, rename the extracted folder and move it to the desired path:

.. tab-set::

Expand All @@ -57,19 +57,19 @@ Step 1: Install OpenVINO Core Components
.. code-block:: sh
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.6/macos/m_openvino_toolkit_macos_12_6_2024.6.0.17404.4c0f47d2335_x86_64.tgz --output openvino_2024.6.0.tgz
tar -xf openvino_2024.6.0.tgz
sudo mv m_openvino_toolkit_macos_12_6_2024.6.0.17404.4c0f47d2335_x86_64 /opt/intel/openvino_2024.6.0
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2025.0/macos/openvino_toolkit_macos_12_6_2025.0.0.17942.1f68be9f594_x86_64.tgz --output openvino_2025.0.0.tgz
tar -xf openvino_2025.0.0.tgz
sudo mv openvino_toolkit_macos_12_6_2025.0.0.17942.1f68be9f594_x86_64 /opt/intel/openvino_2025.0.0
.. tab-item:: ARM, 64-bit
:sync: arm-64

.. code-block:: sh
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.6/macos/m_openvino_toolkit_macos_12_6_2024.6.0.17404.4c0f47d2335_arm64.tgz --output openvino_2024.6.0.tgz
tar -xf openvino_2024.6.0.tgz
sudo mv m_openvino_toolkit_macos_12_6_2024.6.0.17404.4c0f47d2335_arm64 /opt/intel/openvino_2024.6.0
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2025.0/macos/openvino_toolkit_macos_12_6_2025.0.0.17942.1f68be9f594_arm64.tgz --output openvino_2025.0.0.tgz
tar -xf openvino_2025.0.0.tgz
sudo mv openvino_toolkit_macos_12_6_2025.0.0.17942.1f68be9f594_arm64 /opt/intel/openvino_2025.0.0
5. (Optional) Install *numpy* Python Library:
Expand All @@ -78,34 +78,34 @@ Step 1: Install OpenVINO Core Components

This step is required only when you decide to use Python API.

You can use the ``requirements.txt`` file from the ``/opt/intel/openvino_2024.6.0/python`` folder:
You can use the ``requirements.txt`` file from the ``/opt/intel/openvino_2025.0.0/python`` folder:

.. code-block:: sh
cd /opt/intel/openvino_2024.6.0
cd /opt/intel/openvino_2025.0.0
python3 -m pip install -r ./python/requirements.txt
6. For simplicity, it is useful to create a symbolic link as below:

.. code-block:: sh
sudo ln -s /opt/intel/openvino_2024.6.0 /opt/intel/openvino_2024
sudo ln -s /opt/intel/openvino_2025.0.0 /opt/intel/openvino_2025
.. note::

If you have already installed a previous release of OpenVINO 2024, a symbolic link to the ``openvino_2024`` folder may already exist. Unlink the previous link with ``sudo unlink openvino_2024``, and then re-run the command above.
If you have already installed a previous release of OpenVINO 2025, a symbolic link to the ``openvino_2025`` folder may already exist. Unlink the previous link with ``sudo unlink openvino_2025``, and then re-run the command above.


Congratulations, you have finished the installation! For some use cases you may still
need to install additional components. Check the description below, as well as the
:doc:`list of additional configurations <./configurations>`
to see if your case needs any of them.

The ``/opt/intel/openvino_2024`` folder now contains the core components for OpenVINO.
The ``/opt/intel/openvino_2025`` folder now contains the core components for OpenVINO.
If you used a different path in Step 2, for example, ``/home/<USER>/intel/``,
OpenVINO is now in ``/home/<USER>/intel/openvino_2024``. The path to the ``openvino_2024``
OpenVINO is now in ``/home/<USER>/intel/openvino_2025``. The path to the ``openvino_2025``
directory is also referred as ``<INSTALL_DIR>`` throughout the OpenVINO documentation.


Expand All @@ -114,19 +114,19 @@ Step 2: Configure the Environment

You must update several environment variables before you can compile and run OpenVINO applications. Open a terminal window and run the ``setupvars.sh``
script as shown below to temporarily set your environment variables. If your ``<INSTALL_DIR>`` (the folder you used to install OpenVINO) is not
the default ``/opt/intel/openvino_2024``, use the correct one instead.
the default ``/opt/intel/openvino_2025``, use the correct one instead.

.. code-block:: sh
cd /opt/intel/openvino_2024
source /opt/intel/openvino_2024/setupvars.sh
cd /opt/intel/openvino_2025
source /opt/intel/openvino_2025/setupvars.sh
If you have more than one OpenVINO™ version on your machine, you can easily switch its version by sourcing the ``setupvars.sh`` of your choice.

.. note::

The above command must be re-run every time you start a new terminal session. To set up macOS to automatically run the command every time a new terminal is opened, open ``~/.zshrc`` in your favorite editor and add ``source /opt/intel/openvino_2024/setupvars.sh`` after the last line. Next time when you open a terminal, you will see ``[setupvars.sh] OpenVINO™ environment initialized``. Changing ``~/.zshrc`` is not recommended when you have multiple OpenVINO versions on your machine and want to switch among them.
The above command must be re-run every time you start a new terminal session. To set up macOS to automatically run the command every time a new terminal is opened, open ``~/.zshrc`` in your favorite editor and add ``source /opt/intel/openvino_2025/setupvars.sh`` after the last line. Next time when you open a terminal, you will see ``[setupvars.sh] OpenVINO™ environment initialized``. Changing ``~/.zshrc`` is not recommended when you have multiple OpenVINO versions on your machine and want to switch among them.



Expand Down Expand Up @@ -174,7 +174,7 @@ If you have created the symbolic link, remove the link first:

.. code-block:: sh
sudo rm /opt/intel/openvino_2024
sudo rm /opt/intel/openvino_2025
To delete the files:

Expand Down
Loading

0 comments on commit c365229

Please sign in to comment.