diff --git a/docs/dev/build_windows.md b/docs/dev/build_windows.md index b6321785c38970..bd326803513767 100644 --- a/docs/dev/build_windows.md +++ b/docs/dev/build_windows.md @@ -55,7 +55,7 @@ Supported configurations: ```sh pip install -r \src\bindings\python\src\compatibility\openvino\requirements-dev.txt ``` - 2. Second, enable the `-DENABLE_PYTHON=ON` in the CMake (Step #4) option above. To specify an exact Python version, use the following options (requires cmake 3.16 and higher): + 2. Second, enable the `-DENABLE_PYTHON=ON` in the CMake (Step #3) option above. To specify an exact Python version, use the following options (requires cmake 3.16 and higher): ```sh -DPython3_EXECUTABLE="C:\Program Files\Python11\python.exe" ```