From c20d2327316162667ea1f92f947a2bed6303fc4e Mon Sep 17 00:00:00 2001 From: Anastasia Kuporosova Date: Tue, 19 Mar 2024 16:21:52 +0100 Subject: [PATCH] Remove mentioning of compatibility folder in mac docs (#23542) ### Details: - *item1* - *...* ### Tickets: - *ticket-id* --- docs/dev/build_mac_arm.md | 1 - docs/dev/build_mac_intel_cpu.md | 1 - 2 files changed, 2 deletions(-) diff --git a/docs/dev/build_mac_arm.md b/docs/dev/build_mac_arm.md index fb728d18d5f..1225aad6362 100644 --- a/docs/dev/build_mac_arm.md +++ b/docs/dev/build_mac_arm.md @@ -40,7 +40,6 @@ The software was validated on: % # update pip and setuptools to newer versions % python3 -m pip install -U pip % python3 -m pip install -r /src/bindings/python/requirements.txt - % python3 -m pip install -r /src/bindings/python/src/compatibility/openvino/requirements-dev.txt ``` Additional install requirements (after OpenVINO repo clone) in order to build OpenVINO Python API and Development tools as wheel packages: ```sh diff --git a/docs/dev/build_mac_intel_cpu.md b/docs/dev/build_mac_intel_cpu.md index 8d57aa12aae..0df64188537 100644 --- a/docs/dev/build_mac_intel_cpu.md +++ b/docs/dev/build_mac_intel_cpu.md @@ -37,7 +37,6 @@ The software was validated on: % # update pip and setuptools to newer versions % python3 -m pip install -U pip % python3 -m pip install -r /src/bindings/python/requirements.txt - % python3 -m pip install -r /src/bindings/python/src/compatibility/openvino/requirements-dev.txt ``` Additional install requirements (after OpenVINO repo clone) in order to build OpenVINO Python API and Development tools as wheel packages: ```sh