From 6f5edfa94252f2c899db2fcd2754a74acc6ff114 Mon Sep 17 00:00:00 2001 From: Ilya Lavrenov Date: Tue, 13 Dec 2022 01:35:16 +0400 Subject: [PATCH] Adjusted pypi supported OS matrix (#14546) --- docs/install_guides/pypi-openvino-rt.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/install_guides/pypi-openvino-rt.md b/docs/install_guides/pypi-openvino-rt.md index eb462cf2248..23b6ee2c29a 100644 --- a/docs/install_guides/pypi-openvino-rt.md +++ b/docs/install_guides/pypi-openvino-rt.md @@ -12,11 +12,13 @@ Before you start the installation, check the supported operating systems and req | Supported Operating System | [Python* Version (64-bit)](https://www.python.org/) | | :------------------------------------------------------------| :---------------------------------------------------| -| Ubuntu* 18.04 long-term support (LTS), 64-bit | 3.7, 3.8, 3.9, 3.10 | -| Ubuntu* 20.04 long-term support (LTS), 64-bit | 3.7, 3.8, 3.9, 3.10 | -| Red Hat* Enterprise Linux* 8, 64-bit | 3.7, 3.8, 3.9, 3.10 | -| macOS* 10.15.x versions | 3.7, 3.8, 3.9, 3.10 | -| Windows 10*, 64-bit | 3.7, 3.8, 3.9, 3.10 | +| Ubuntu* 18.04 long-term support (LTS) x86, 64-bit | 3.7, 3.8, 3.9, 3.10 | +| Ubuntu* 20.04 long-term support (LTS) x86, 64-bit | 3.7, 3.8, 3.9, 3.10 | +| Red Hat* Enterprise Linux* 8 x86, 64-bit | 3.7, 3.8, 3.9, 3.10 | +| CentOS 7 x86, 64-bit | 3.7, 3.8, 3.9, 3.10 | +| macOS* 10.15 and higher versions, x86, 64-bit | 3.7, 3.8, 3.9, 3.10 | +| macOS* 11 and higher versions, arm64 | 3.7, 3.8, 3.9, 3.10 | +| Windows 10* and higher versions, x86, 64-bit | 3.7, 3.8, 3.9, 3.10 | **C++ libraries** are also required for the installation on Windows*. To install that, you can [download the Visual Studio Redistributable file (.exe)](https://aka.ms/vs/17/release/vc_redist.x64.exe).