Skip to content

Commit

Permalink
Cmake Python build option flags should be added to the command in step
Browse files Browse the repository at this point in the history
…#3 not step #4. I fixed the typo (openvinotoolkit#21993)
  • Loading branch information
fredrickomondi authored Jan 8, 2024
1 parent 3052310 commit 07a2d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/build_windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Supported configurations:
```sh
pip install -r <path\to\openvino>\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"
```
Expand Down

0 comments on commit 07a2d56

Please sign in to comment.