Skip to content

Commit

Permalink
Feature/cherry pick 4662 to master (#4701)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

* 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 <[email protected]>
# Conflicts:
#	docs/install_guides/pypi-openvino-dev.md
#	docs/install_guides/pypi-openvino-rt.md

Co-authored-by: Trawinski, Dariusz <[email protected]>
Co-authored-by: Mikhail Ryzhov <[email protected]>
  • Loading branch information
3 people authored Mar 9, 2021
1 parent dde565d commit b7471be
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 20 deletions.
23 changes: 13 additions & 10 deletions docs/install_guides/pypi-openvino-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
23 changes: 13 additions & 10 deletions docs/install_guides/pypi-openvino-rt.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b7471be

Please sign in to comment.