[PyOV] Update docs with Python 3.11 (#16366)

This commit is contained in:
Przemyslaw Wysocki
2023-04-17 11:33:15 +02:00
committed by GitHub
parent d72d833a96
commit 9ca85eb363
9 changed files with 16 additions and 16 deletions

View File

@@ -12,7 +12,7 @@ OpenVINO Development Tools is a set of utilities that make it easy to develop an
The instructions on this page show how to install OpenVINO Development Tools. If you are a Python developer, it only takes a few simple steps to install the tools with PyPI. If you are developing in C++, OpenVINO Runtime must be installed separately before installing OpenVINO Development Tools.
In both cases, Python 3.7 - 3.10 needs to be installed on your machine before starting.
In both cases, Python 3.7 - 3.11 needs to be installed on your machine before starting.
.. note::
From the 2022.1 release, the OpenVINO™ Development Tools can only be installed via PyPI.

View File

@@ -41,7 +41,7 @@ Prerequisites
* `CMake 3.13 or higher, 64-bit <https://cmake.org/download/>`__
* GCC 7.5.0 (for Ubuntu 18.04) or GCC 9.3.0 (for Ubuntu 20.04)
* `Python 3.7 - 3.10, 64-bit <https://www.python.org/downloads/>`__
* `Python 3.7 - 3.11, 64-bit <https://www.python.org/downloads/>`__
Installing OpenVINO Runtime

View File

@@ -30,7 +30,7 @@ See the `Release Notes <https://software.intel.com/en-us/articles/OpenVINO-RelNo
.. tab:: Software
* `CMake 3.13 or higher, 64-bit <https://cmake.org/download/>`__
* `Python 3.7 - 3.10, 64-bit <https://www.python.org/downloads/>`__
* `Python 3.7 - 3.11, 64-bit <https://www.python.org/downloads/>`__
* GCC:
.. tab:: Ubuntu 18.04

View File

@@ -21,7 +21,7 @@ See the `Release Notes <https://software.intel.com/en-us/articles/OpenVINO-RelNo
.. tab:: Software Requirements
* `CMake 3.13 or higher <https://cmake.org/download/>`__ (choose "macOS 10.13 or later"). Add ``/Applications/CMake.app/Contents/bin`` to path (for default install).
* `Python 3.7 - 3.10 <https://www.python.org/downloads/mac-osx/>`__ (choose 3.7 - 3.10). Install and add to path.
* `Python 3.7 - 3.11 <https://www.python.org/downloads/mac-osx/>`__ (choose 3.7 - 3.11). Install and add to path.
* Apple Xcode Command Line Tools. In the terminal, run ``xcode-select --install`` from any directory
* (Optional) Apple Xcode IDE (not required for OpenVINO™, but useful for development)

View File

@@ -32,7 +32,7 @@ System Requirements
* `Microsoft Visual Studio 2019 with MSBuild <https://visualstudio.microsoft.com/vs/older-downloads/>`_ or `Microsoft Visual Studio 2022 <http://visualstudio.microsoft.com/ downloads/>`_
* `CMake 3.14 or higher, 64-bit <https://cmake.org/download/>`_ (optional, only required for building sample applications)
* `Python 3.7 - 3.10, 64-bit <https://www.python.org/downloads/windows/>`_
* `Python 3.7 - 3.11, 64-bit <https://www.python.org/downloads/windows/>`_
.. note::

View File

@@ -19,7 +19,7 @@ Development and Target Systems
.. tab:: Software Requirements
* CMake 3.10 or higher
* Python 3.7 - 3.10
* Python 3.7 - 3.11
.. _install-openvino:

View File

@@ -44,7 +44,7 @@ Prerequisites
* `CMake 3.13 or higher, 64-bit <https://cmake.org/download/>`_
* GCC 8.2.0
* `Python 3.7 - 3.10, 64-bit <https://www.python.org/downloads/>`_
* `Python 3.7 - 3.11, 64-bit <https://www.python.org/downloads/>`_
Install OpenVINO Runtime

View File

@@ -23,7 +23,7 @@ Check the versions of OpenVINO Runtime and Developement Tools
Check the versions of Python and PIP
####################################
To check your Python version, run ``python -VV`` or ``python --version``. The supported Python versions should be 64-bit and between 3.7 and 3.10. If you are using Python 3.6, you are recommended to upgrade the version to 3.7 or higher.
To check your Python version, run ``python -VV`` or ``python --version``. The supported Python versions should be 64-bit and between 3.7 and 3.11. If you are using Python 3.6, you are recommended to upgrade the version to 3.7 or higher.
If your Python version does not meet the requirements, update Python:

View File

@@ -43,18 +43,18 @@ The table below lists the supported operating systems and Python versions.
| | (64-bit |
| | ) <https://www.python.org/>`__ |
+=====================================+================================+
| Ubuntu 18.04 LTS | 3.7, 3.8, 3.9, 3.10 |
| Ubuntu 18.04 LTS | 3.7, 3.8, 3.9, 3.10. 3.11 |
+-------------------------------------+--------------------------------+
| Ubuntu 20.04 LTS | 3.7, 3.8, 3.9, 3.10 |
| Ubuntu 20.04 LTS | 3.7, 3.8, 3.9, 3.10, 3.11 |
+-------------------------------------+--------------------------------+
| Red Hat Enterprise Linux 8 | 3.8, 3.9, 3.10 |
| Red Hat Enterprise Linux 8 | 3.8, 3.9, 3.10, 3.11 |
+-------------------------------------+--------------------------------+
| macOS 10.15.x versions | 3.7, 3.8, 3.9, 3.10 |
| macOS 10.15.x versions | 3.7, 3.8, 3.9, 3.10, 3.11 |
+-------------------------------------+--------------------------------+
| Windows 10 Pro, Enterprise | 3.7, 3.8, 3.9, 3.10 |
| Windows 10 Pro, Enterprise | 3.7, 3.8, 3.9, 3.10, 3.11 |
| or Education editions | |
+-------------------------------------+--------------------------------+
| Windows Server 2016 or higher | 3.7, 3.8, 3.9, 3.10 |
| Windows Server 2016 or higher | 3.7, 3.8, 3.9, 3.10, 3.11 |
+-------------------------------------+--------------------------------+
OpenVINO Notebooks also require Git. Follow the guide below for your
@@ -67,7 +67,7 @@ operating system or environment.
1. **Install Python**
Download 64 bit version of Python software (3.7, 3.8, 3.9, 3.10) from `python.org`_.
Download 64 bit version of Python software (3.7, 3.8, 3.9, 3.10, 3.11) from `python.org`_.
.. _python.org: https://www.python.org/downloads/windows/
@@ -127,7 +127,7 @@ operating system or environment.
1. **Install Python**
Download Python software (3.7, 3.8, 3.9, 3.10) from `python.org`. For example, this `installer`_.
Download Python software (3.7, 3.8, 3.9, 3.10, 3.11) from `python.org`. For example, this `installer`_.
.. _installer: https://www.python.org/ftp/python/3.7.9/python-3.7.9-macosx10.9.pkg