From 3c3de49ae75ca0476fb34cb9f619a7e19d083169 Mon Sep 17 00:00:00 2001 From: Mikhail Ryzhov Date: Fri, 5 Mar 2021 15:14:44 +0300 Subject: [PATCH] [doc] Updated PyPI support OSes (#4643) * Updated PyPI support OSes * Added python versions for win and mac --- docs/install_guides/pypi-openvino-dev.md | 8 +++++--- docs/install_guides/pypi-openvino-rt.md | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/install_guides/pypi-openvino-dev.md b/docs/install_guides/pypi-openvino-dev.md index 6a5925eea0e..fee2937a569 100644 --- a/docs/install_guides/pypi-openvino-dev.md +++ b/docs/install_guides/pypi-openvino-dev.md @@ -28,9 +28,11 @@ OpenVINO™ toolkit is a comprehensive toolkit for quickly developing applicatio * Supported Operating Systems: - Ubuntu* 18.04 long-term support (LTS), 64-bit (python 3.6 or 3.7) - Ubuntu* 20.04 long-term support (LTS), 64-bit (python 3.6 or 3.7) - - macOS* 10.15.x versions - - Windows 10*, 64-bit Pro, Enterprise or Education (1607 Anniversary Update, Build 14393 or higher) editions - - Windows Server* 2016 or higher + - Red Hat* Enterprise Linux* 8.2 (64 bit) (python 3.6 or 3.7) + - CentOS 7.4 (64 bit) (python 3.6 or 3.7) + - macOS* 10.15.x versions (python 3.6, 3.7, 3.8) + - Windows 10*, 64-bit Pro, Enterprise or Education (1607 Anniversary Update, Build 14393 or higher) editions (python 3.6, 3.7, 3.8) + - Windows Server* 2016 or higher (python 3.6, 3.7, 3.8) > NOTE: This package can be installed on other versions of Linux and Windows OSes, but only the specific versions above are fully validated. ## Install the Developer Package diff --git a/docs/install_guides/pypi-openvino-rt.md b/docs/install_guides/pypi-openvino-rt.md index 1a0ade7369d..26106f0ab26 100644 --- a/docs/install_guides/pypi-openvino-rt.md +++ b/docs/install_guides/pypi-openvino-rt.md @@ -25,9 +25,11 @@ The Intel® Distribution of OpenVINO™ toolkit for Linux\*: * Supported Operating Systems: - Ubuntu* 18.04 long-term support (LTS), 64-bit (python 3.6 or 3.7) - Ubuntu* 20.04 long-term support (LTS), 64-bit (python 3.6 or 3.7) - - macOS* 10.15.x version - - Windows 10*, 64-bit Pro, Enterprise or Education (1607 Anniversary Update, Build 14393 or higher) editions - - Windows Server* 2016 or higher + - Red Hat* Enterprise Linux* 8.2 (64 bit) (python 3.6 or 3.7) + - CentOS 7.4 (64 bit) (python 3.6 or 3.7) + - macOS* 10.15.x versions (python 3.6, 3.7, 3.8) + - Windows 10*, 64-bit Pro, Enterprise or Education (1607 Anniversary Update, Build 14393 or higher) editions (python 3.6, 3.7, 3.8) + - Windows Server* 2016 or higher (python 3.6, 3.7, 3.8) > NOTE: This package can be installed on other versions of Linux and Windows OSes, but only the specific versions above are fully validated ## Install the Runtime Package