Fix python versions in docs (#14672)
This commit is contained in:
parent
f288baf2b3
commit
07a61d4862
@ -44,7 +44,7 @@ See the [Release Notes](https://software.intel.com/en-us/articles/OpenVINO-RelNo
|
||||
|
||||
* `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.9, 64-bit <https://www.python.org/downloads/windows/>`_
|
||||
* `Python 3.7 - 3.10, 64-bit <https://www.python.org/downloads/windows/>`_
|
||||
|
||||
@endsphinxdirective
|
||||
|
||||
|
@ -37,7 +37,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.9). Install and add to path.
|
||||
* `Python 3.7 - 3.10 <https://www.python.org/downloads/mac-osx/>`_ (choose 3.7 - 3.10). 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)
|
||||
|
||||
|
@ -54,7 +54,7 @@ The table below lists the supported operating systems and Python versions.
|
||||
| Windows 10 Pro, Enterprise | 3.7, 3.8, 3.9, 3.10 |
|
||||
| or Education editions | |
|
||||
+-------------------------------------+--------------------------------+
|
||||
| Windows Server 2016 or higher | 3.7, 3.8, 3.9 |
|
||||
| Windows Server 2016 or higher | 3.7, 3.8, 3.9, 3.10 |
|
||||
+-------------------------------------+--------------------------------+
|
||||
|
||||
OpenVINO Notebooks also require Git. Follow the guide below for your
|
||||
|
Loading…
Reference in New Issue
Block a user