From 1d5562c2667581c57e2602e9a2332c19195a960b Mon Sep 17 00:00:00 2001 From: Alexey Lebedev Date: Tue, 2 Mar 2021 21:33:25 +0300 Subject: [PATCH] [IE Python] update python api readme (#4408) * update python API readme.md * Update Python API readme.md * Update api_overview.md * update IE Python README * update IE Python README * Update api_overview.md --- inference-engine/ie_bridges/python/README.md | 4 ++-- .../ie_bridges/python/docs/api_overview.md | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/inference-engine/ie_bridges/python/README.md b/inference-engine/ie_bridges/python/README.md index dcb8e9509de..0b50a0e2a6a 100644 --- a/inference-engine/ie_bridges/python/README.md +++ b/inference-engine/ie_bridges/python/README.md @@ -18,7 +18,7 @@ Build Inference Engine Python API alongside with the Inference Engine build. You need to run Inference Engine build with the following flags: ```shellscript - cd + cd /openvino mkdir -p build cd build cmake -DENABLE_PYTHON=ON -DPYTHON_EXECUTABLE=`which python3.6` \ @@ -32,7 +32,7 @@ You need to run Inference Engine build with the following flags: You need to run Inference Engine build with the following flags: ```shellscript - cd + cd /openvino mkdir build cd build set PATH=C:\Program Files\Python36\Scripts;%PATH% diff --git a/inference-engine/ie_bridges/python/docs/api_overview.md b/inference-engine/ie_bridges/python/docs/api_overview.md index 85338cc8caa..a2fbea2ea58 100644 --- a/inference-engine/ie_bridges/python/docs/api_overview.md +++ b/inference-engine/ie_bridges/python/docs/api_overview.md @@ -8,24 +8,24 @@ This API provides a simplified interface for Inference Engine functionality that ## Supported OSes -Inference Engine Python\* API is supported on Ubuntu\* 16.04 and 18.04, CentOS\* 7.3 OSes, Raspbian\* 9, Windows\* 10 +Inference Engine Python\* API is supported on Ubuntu\* 18.04 and 20.04, CentOS\* 7.3 OSes, Raspbian\* 9, Windows\* 10 and macOS\* 10.x. Supported Python* versions: | Operating System | Supported Python\* versions: | |:----- | :----- | -| Ubuntu\* 16.04 | 2.7, 3.5, 3.6, 3.7 | -| Ubuntu\* 18.04 | 2.7, 3.5, 3.6, 3.7 | -| Windows\* 10 | 3.5, 3.6, 3.7 | -| CentOS\* 7.3 | 3.4, 3.5, 3.6, 3.7 | -| macOS\* 10.x | 3.5, 3.6, 3.7 | -| Raspbian\* 9 | 3.5, 3.6, 3.7 | +| Ubuntu\* 18.04 | 3.6, 3.7 | +| Ubuntu\* 20.04 | 3.6, 3.7, 3.8 | +| Windows\* 10 | 3.6, 3.7, 3.8 | +| CentOS\* 7.3 | 3.6, 3.7 | +| macOS\* 10.x | 3.6, 3.7 | +| Raspbian\* 9 | 3.6, 3.7 | ## Set Up the Environment To configure the environment for the Inference Engine Python\* API, run: - * On Ubuntu\* 16.04 or 18.04 CentOS\* 7.4: `source /bin/setupvars.sh .` + * On Ubuntu\* 18.04 or 20.04: `source /bin/setupvars.sh .` * On CentOS\* 7.4: `source /bin/setupvars.sh .` * On macOS\* 10.x: `source /bin/setupvars.sh .` * On Raspbian\* 9,: `source /bin/setupvars.sh .`