[PyPI] Corrected OS support matrix (#4919)

+ removed optional --system-site-packages from the instructions
This commit is contained in:
Mikhail Ryzhov
2021-04-23 15:01:59 +03:00
committed by GitHub
parent 05c23dfd94
commit 8d2bc2b895
2 changed files with 8 additions and 10 deletions

View File

@@ -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

View File

@@ -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