From b7471be5fbf7f7563957e52a885c4974d4183eaf Mon Sep 17 00:00:00 2001 From: Andrey Zaytsev Date: Tue, 9 Mar 2021 19:58:16 +0300 Subject: [PATCH] Feature/cherry pick 4662 to master (#4701) * Added info on DockerHub CI Framework * Feature/azaytsev/change layout (#3295) * Changes according to feedback comments * Replaced @ref's with html links * Fixed links, added a title page for installing from repos and images, fixed formatting issues * Added links * minor fix * Added DL Streamer to the list of components installed by default * Link fixes * Link fixes * ovms doc fix (#2988) * added OpenVINO Model Server * ovms doc fixes Co-authored-by: Trawinski, Dariusz * Updated openvino_docs.xml * [doc] Updated PyPI support OSes (#4643) (#4662) * [doc] Updated PyPI support OSes (#4643) * Updated PyPI support OSes * Added python versions for win and mac * Update pypi-openvino-dev.md * Update pypi-openvino-dev.md * Update pypi-openvino-rt.md * Update pypi-openvino-dev.md Co-authored-by: Andrey Zaytsev # Conflicts: # docs/install_guides/pypi-openvino-dev.md # docs/install_guides/pypi-openvino-rt.md Co-authored-by: Trawinski, Dariusz Co-authored-by: Mikhail Ryzhov --- docs/install_guides/pypi-openvino-dev.md | 23 +++++++++++++---------- docs/install_guides/pypi-openvino-rt.md | 23 +++++++++++++---------- 2 files changed, 26 insertions(+), 20 deletions(-) diff --git a/docs/install_guides/pypi-openvino-dev.md b/docs/install_guides/pypi-openvino-dev.md index fee2937a569..9504475f6b6 100644 --- a/docs/install_guides/pypi-openvino-dev.md +++ b/docs/install_guides/pypi-openvino-dev.md @@ -24,16 +24,19 @@ OpenVINO™ toolkit is a comprehensive toolkit for quickly developing applicatio ## System Requirements -* [Python* distribution](https://www.python.org/) 3.6, 3.7, 3.8 -* 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) - - 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. +The table below lists the supported operating systems and Python* versions required to run the installation. + +| Supported Operating System | [Python* Version (64-bit)](https://www.python.org/) | +| :------------------------------------------------------------| :---------------------------------------------------| +| Ubuntu* 18.04 long-term support (LTS), 64-bit | 3.6, 3.7 | +| Ubuntu* 20.04 long-term support (LTS), 64-bit | 3.6, 3.7 | +| Red Hat* Enterprise Linux* 8.2, 64-bit | 3.6, 3.7 | +| CentOS* 7.4, 64-bit | 3.6, 3.7 | +| macOS* 10.15.x versions | 3.6, 3.7, 3.8 | +| Windows 10*, 64-bit Pro, Enterprise or Education (1607 Anniversary Update, Build 14393 or higher) editions | 3.6, 3.7, 3.8 | +| Windows Server* 2016 or higher | 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 26106f0ab26..1f44344b3e9 100644 --- a/docs/install_guides/pypi-openvino-rt.md +++ b/docs/install_guides/pypi-openvino-rt.md @@ -21,16 +21,19 @@ The Intel® Distribution of OpenVINO™ toolkit for Linux\*: ## System Requirements -* [Python* distribution](https://www.python.org/) 3.6, 3.7, 3.8 -* 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) - - 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 +The table below lists the supported operating systems and Python* versions required to run the installation. + +| Supported Operating System | [Python* Version (64-bit)](https://www.python.org/) | +| :------------------------------------------------------------| :---------------------------------------------------| +| Ubuntu* 18.04 long-term support (LTS), 64-bit | 3.6, 3.7 | +| Ubuntu* 20.04 long-term support (LTS), 64-bit | 3.6, 3.7 | +| Red Hat* Enterprise Linux* 8.2, 64-bit | 3.6, 3.7 | +| CentOS* 7.4, 64-bit | 3.6, 3.7 | +| macOS* 10.15.x versions | 3.6, 3.7, 3.8 | +| Windows 10*, 64-bit Pro, Enterprise or Education (1607 Anniversary Update, Build 14393 or higher) editions | 3.6, 3.7, 3.8 | +| Windows Server* 2016 or higher | 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