From 45bf23e527ca92084c8c7c15e3a0800f74bb1dc9 Mon Sep 17 00:00:00 2001 From: Aleksandr Voron Date: Wed, 4 Jan 2023 12:02:15 +0100 Subject: [PATCH] PyPi documentation - add M1 related updates (#14919) * pypi-openvino-update-m1 * Update pypi-openvino-rt.md * Update pypi-openvino-dev.md --- 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 646a27f2ba8..3f86273a34f 100644 --- a/docs/install_guides/pypi-openvino-dev.md +++ b/docs/install_guides/pypi-openvino-dev.md @@ -15,8 +15,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 There are two options to install OpenVINO Development Tools: installation into an existing environment with a deep learning framework used for model training or creation; @@ -95,6 +93,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]"`. + ## How to 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 50235c7bccf..2cb6e00d577 100644 --- a/docs/install_guides/pypi-openvino-rt.md +++ b/docs/install_guides/pypi-openvino-rt.md @@ -15,8 +15,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