From e9bb5a2bb78517d8b3a917e25f2cb9cc37092640 Mon Sep 17 00:00:00 2001 From: Aleksandr Voron Date: Wed, 4 Jan 2023 14:32:15 +0100 Subject: [PATCH] update pypi docs with apple m1 status (#14932) --- docs/install_guides/pypi-openvino-dev.md | 4 ++-- docs/install_guides/pypi-openvino-rt.md | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/install_guides/pypi-openvino-dev.md b/docs/install_guides/pypi-openvino-dev.md index fff84476baa..0fae39b5eb1 100644 --- a/docs/install_guides/pypi-openvino-dev.md +++ b/docs/install_guides/pypi-openvino-dev.md @@ -12,8 +12,6 @@ Before you start the installation, check the supported operating systems and req > **NOTE**: This package can be installed on other versions of macOS, Linux and Windows, but only the specific versions above are fully validated. -> **NOTE**: The current version of the OpenVINO™ Runtime for macOS* supports inference on Intel® CPUs only. - ## Install the OpenVINO™ Development Tools Package ### Step 1. Set Up Python Virtual Environment @@ -87,6 +85,8 @@ For example, to install and configure the components for working with TensorFlow ``` > **NOTE**: Model Optimizer support for TensorFlow 1.x environment has been deprecated. Use TensorFlow 2.x environment to convert both TensorFlow 1.x and 2.x models. +> **NOTE**: On macOS, you may need to enclose the package name in quotes: `pip install "openvino-dev[extras]"`. + ### Step 5. Verify that the Package Is Installed - To verify that the **developer package** is properly installed, run the command below (this may take a few seconds): diff --git a/docs/install_guides/pypi-openvino-rt.md b/docs/install_guides/pypi-openvino-rt.md index 48c5201c839..98deafc225c 100644 --- a/docs/install_guides/pypi-openvino-rt.md +++ b/docs/install_guides/pypi-openvino-rt.md @@ -12,8 +12,6 @@ Before you start the installation, check the supported operating systems and req > **NOTE**: This package can be installed on other versions of Linux and Windows OSes, but only the specific versions above are fully validated. -> **NOTE**: The current version of the OpenVINO™ Runtime for macOS* supports inference on Intel® CPUs only. - ## Install the OpenVINO™ Runtime Package ### Step 1. Set Up Python Virtual Environment