[PyOV] Update docs with Python 3.10 (#13243)
This commit is contained in:
parent
a197c814f8
commit
b36fc446a3
@ -41,8 +41,8 @@ You can also check the [Release Notes](https://software.intel.com/en-us/articles
|
||||
|
||||
* `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.6 - 3.9, 64-bit <https://www.python.org/downloads/windows/>`_
|
||||
* Note that OpenVINO is gradually stopping the support for Python 3.6. Python 3.7 - 3.9 are recommended.
|
||||
* `Python 3.6 - 3.10, 64-bit <https://www.python.org/downloads/windows/>`_
|
||||
* Note that OpenVINO is gradually stopping the support for Python 3.6. Python 3.7 - 3.10 are recommended.
|
||||
|
||||
@endsphinxdirective
|
||||
|
||||
|
@ -30,8 +30,8 @@ You can also check the [Release Notes](https://software.intel.com/en-us/articles
|
||||
.. 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.6 - 3.9 <https://www.python.org/downloads/mac-osx/>`_ (choose 3.6 - 3.9). Install and add to path.
|
||||
* Note that OpenVINO is gradually stopping the support for Python 3.6. Python 3.7 - 3.9 are recommended.
|
||||
* `Python 3.6 - 3.9 <https://www.python.org/downloads/mac-osx/>`_ (choose 3.6 - 3.10). Install and add to path.
|
||||
* Note that OpenVINO is gradually stopping the support for Python 3.6. Python 3.7 - 3.10 are recommended.
|
||||
* 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)
|
||||
|
||||
|
@ -38,8 +38,8 @@ You can also check the [Release Notes](https://software.intel.com/en-us/articles
|
||||
* For C++ developers:
|
||||
* `Microsoft Visual Studio 2019 with MSBuild <http://visualstudio.microsoft.com/downloads/>`_
|
||||
* `CMake 3.14 or higher, 64-bit <https://cmake.org/download/>`_ (optional, only required for building sample applications)
|
||||
* For Python developers: `Python 3.6 - 3.9, 64-bit <https://www.python.org/downloads/windows/>`_
|
||||
* Note that OpenVINO is gradually stopping the support for Python 3.6. Python 3.7 - 3.9 are recommended.
|
||||
* For Python developers: `Python 3.6 - 3.10, 64-bit <https://www.python.org/downloads/windows/>`_
|
||||
* Note that OpenVINO is gradually stopping the support for Python 3.6. Python 3.7 - 3.10 are recommended.
|
||||
|
||||
.. note::
|
||||
You can choose to download Community version. Use `Microsoft Visual Studio installation guide <https://docs.microsoft.com/en-us/visualstudio/install/install-visual-studio?view=vs-2019>`_ to walk you through the installation. During installation in the **Workloads** tab, choose **Desktop development with C++**.
|
||||
|
@ -13,11 +13,11 @@ Before you start the installation, check the supported operating systems and req
|
||||
|
||||
| Supported Operating System | [Python* Version (64-bit)](https://www.python.org/) |
|
||||
| :------------------------------------------------------------| :---------------------------------------------------|
|
||||
| Ubuntu* 18.04 long-term support (LTS), 64-bit | 3.7, 3.8 |
|
||||
| Ubuntu* 20.04 long-term support (LTS), 64-bit | 3.7, 3.8, 3.9 |
|
||||
| Red Hat* Enterprise Linux* 8, 64-bit | 3.8 |
|
||||
| macOS* 10.15.x | 3.7, 3.8, 3.9 |
|
||||
| Windows 10*, 64-bit | 3.7, 3.8, 3.9 |
|
||||
| Ubuntu* 18.04 long-term support (LTS), 64-bit | 3.7, 3.8 |
|
||||
| Ubuntu* 20.04 long-term support (LTS), 64-bit | 3.7, 3.8, 3.9, 3.10 |
|
||||
| Red Hat* Enterprise Linux* 8, 64-bit | 3.8 |
|
||||
| macOS* 10.15.x | 3.7, 3.8, 3.9, 3.10 |
|
||||
| Windows 10*, 64-bit | 3.7, 3.8, 3.9, 3.10 |
|
||||
|
||||
**C++ libraries** are also required for the installation on Windows*. To install that, you can [download the Visual Studio Redistributable file (.exe)](https://aka.ms/vs/17/release/vc_redist.x64.exe).
|
||||
|
||||
|
@ -13,10 +13,10 @@ Before you start the installation, check the supported operating systems and req
|
||||
| Supported Operating System | [Python* Version (64-bit)](https://www.python.org/) |
|
||||
| :------------------------------------------------------------| :---------------------------------------------------|
|
||||
| Ubuntu* 18.04 long-term support (LTS), 64-bit | 3.7, 3.8 |
|
||||
| Ubuntu* 20.04 long-term support (LTS), 64-bit | 3.7, 3.8, 3.9 |
|
||||
| Ubuntu* 20.04 long-term support (LTS), 64-bit | 3.7, 3.8, 3.9, 3.10 |
|
||||
| Red Hat* Enterprise Linux* 8, 64-bit | 3.8 |
|
||||
| macOS* 10.15.x versions | 3.7, 3.8, 3.9 |
|
||||
| Windows 10*, 64-bit | 3.7, 3.8, 3.9 |
|
||||
| macOS* 10.15.x versions | 3.7, 3.8, 3.9, 3.10 |
|
||||
| Windows 10*, 64-bit | 3.7, 3.8, 3.9, 3.10 |
|
||||
|
||||
**C++ libraries** are also required for the installation on Windows*. To install that, you can [download the Visual Studio Redistributable file (.exe)](https://aka.ms/vs/17/release/vc_redist.x64.exe).
|
||||
|
||||
|
@ -43,20 +43,20 @@ The table below lists the supported operating systems and Python versions.
|
||||
| | (64-bit |
|
||||
| | ) <https://www.python.org/>`__ |
|
||||
+=====================================+================================+
|
||||
| Ubuntu 18.04 LTS | 3.6, 3.7, 3.8, 3.9 |
|
||||
| Ubuntu 18.04 LTS | 3.6, 3.7, 3.8, 3.9, 3.10 |
|
||||
+-------------------------------------+--------------------------------+
|
||||
| Ubuntu 20.04 LTS | 3.6, 3.7, 3.8, 3.9 |
|
||||
| Ubuntu 20.04 LTS | 3.6, 3.7, 3.8, 3.9, 3.10 |
|
||||
+-------------------------------------+--------------------------------+
|
||||
| Red Hat Enterprise Linux 8 | 3.6, 3.8, 3.9 |
|
||||
| Red Hat Enterprise Linux 8 | 3.6, 3.8, 3.9, 3.10 |
|
||||
+-------------------------------------+--------------------------------+
|
||||
| CentOS 7 | 3.6, 3.7, 3.8, 3.9 |
|
||||
| CentOS 7 | 3.6, 3.7, 3.8, 3.9, 3.10 |
|
||||
+-------------------------------------+--------------------------------+
|
||||
| macOS 10.15.x versions | 3.6, 3.7, 3.8, 3.9 |
|
||||
| macOS 10.15.x versions | 3.6, 3.7, 3.8, 3.9, 3.10 |
|
||||
+-------------------------------------+--------------------------------+
|
||||
| Windows 10 Pro, Enterprise | 3.6, 3.7, 3.8, 3.9 |
|
||||
| Windows 10 Pro, Enterprise | 3.6, 3.7, 3.8, 3.9, 3.10 |
|
||||
| or Education editions | |
|
||||
+-------------------------------------+--------------------------------+
|
||||
| Windows Server 2016 or higher | 3.6, 3.7, 3.8, 3.9 |
|
||||
| Windows Server 2016 or higher | 3.6, 3.7, 3.8, 3.9, 3.10 |
|
||||
+-------------------------------------+--------------------------------+
|
||||
|
||||
OpenVINO Notebooks also require Git. Follow the guide below for your
|
||||
@ -69,7 +69,7 @@ operating system or environment.
|
||||
|
||||
1. **Install Python**
|
||||
|
||||
Download 64 bit version of Python software (3.6, 3.7, 3.8, 3.9) from `python.org`_.
|
||||
Download 64 bit version of Python software (3.6, 3.7, 3.8, 3.9, 3.10) from `python.org`_.
|
||||
|
||||
.. _python.org: https://www.python.org/downloads/windows/
|
||||
|
||||
@ -129,7 +129,7 @@ operating system or environment.
|
||||
|
||||
1. **Install Python**
|
||||
|
||||
Download Python software (3.7, 3.8, 3.9) from `python.org`. For example, this `installer`_.
|
||||
Download Python software (3.7, 3.8, 3.9, 3.10) from `python.org`. For example, this `installer`_.
|
||||
|
||||
.. _installer: https://www.python.org/ftp/python/3.7.9/python-3.7.9-macosx10.9.pkg
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user