diff --git a/docs/dev/build_mac_arm.md b/docs/dev/build_mac_arm.md index fb728d18d5f040..1225aad63622c7 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 8d57aa12aae0c5..0df64188537edb 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