Remove mentioning of compatibility folder in mac docs (#23542)
### Details: - *item1* - *...* ### Tickets: - *ticket-id*
This commit is contained in:
parent
93765bc121
commit
c20d232731
|
|
@ -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 <openvino source tree>/src/bindings/python/requirements.txt
|
||||
% python3 -m pip install -r <openvino source tree>/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
|
||||
|
|
|
|||
|
|
@ -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 <openvino source tree>/src/bindings/python/requirements.txt
|
||||
% python3 -m pip install -r <openvino source tree>/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
|
||||
|
|
|
|||
Loading…
Reference in New Issue