From 8d2bc2b8959524155e0a1398c12e8c7382ffaa7e Mon Sep 17 00:00:00 2001 From: Mikhail Ryzhov Date: Fri, 23 Apr 2021 15:01:59 +0300 Subject: [PATCH] [PyPI] Corrected OS support matrix (#4919) + removed optional --system-site-packages from the instructions --- docs/install_guides/pypi-openvino-dev.md | 9 ++++----- docs/install_guides/pypi-openvino-rt.md | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/install_guides/pypi-openvino-dev.md b/docs/install_guides/pypi-openvino-dev.md index b8c3dcc3e52..6fbd66ecc8e 100644 --- a/docs/install_guides/pypi-openvino-dev.md +++ b/docs/install_guides/pypi-openvino-dev.md @@ -30,11 +30,10 @@ The table below lists the supported operating systems and Python* versions requi | :------------------------------------------------------------| :---------------------------------------------------| | 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 | +| Red Hat* Enterprise Linux* 8, 64-bit | 3.6, 3.7 | +| CentOS* 7, 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 | +| Windows 10*, 64-bit | 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. @@ -48,7 +47,7 @@ To avoid dependency conflicts, use a virtual environment. Skip this Create virtual environment: ```sh python -m pip install --user virtualenv -python -m venv openvino_env --system-site-packages +python -m venv openvino_env ``` > **NOTE**: On Linux and macOS, you may need to type `python3` instead of diff --git a/docs/install_guides/pypi-openvino-rt.md b/docs/install_guides/pypi-openvino-rt.md index 9b825c86518..03a7eae1858 100644 --- a/docs/install_guides/pypi-openvino-rt.md +++ b/docs/install_guides/pypi-openvino-rt.md @@ -27,11 +27,10 @@ The table below lists the supported operating systems and Python* versions requi | :------------------------------------------------------------| :---------------------------------------------------| | 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 | +| Red Hat* Enterprise Linux* 8, 64-bit | 3.6, 3.7 | +| CentOS* 7, 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 | +| Windows 10*, 64-bit | 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. @@ -45,7 +44,7 @@ To avoid dependency conflicts, use a virtual environment. Skip this Create virtual environment: ```sh python -m pip install --user virtualenv -python -m venv openvino_env --system-site-packages +python -m venv openvino_env ``` > **NOTE**: On Linux and macOS, you may need to type `python3` instead of