Skip to content

Commit

Permalink
[DOCS] Corrected build guides in docs. (openvinotoolkit#25922)
Browse files Browse the repository at this point in the history
### Details:
 - Corrected build guides in docs.

### Tickets:
 -
  • Loading branch information
popovaan authored Aug 6, 2024
1 parent 265dfad commit b644798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/dev/build_linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ You can use the following additional build options:
```
3. After the build process finishes, export the newly built Python libraries to the user environment variables:
```
export PYTHONPATH=<openvino_repo>/bin/intel64/Release/python:$PYTHONPATH
export PYTHONPATH=<openvino_repo>/bin/intel64/Release/python:<openvino_repo>/tools/ovc:$PYTHONPATH
export LD_LIBRARY_PATH=<openvino_repo>/bin/intel64/Release:$LD_LIBRARY_PATH
```
or install the wheel with pip:
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/build_windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Supported configurations:
```
3. After the build process finishes, export the newly built Python libraries to the user environment variables:
```
set PYTHONPATH=<openvino_repo>/bin/<arch>/Release/python;%PYTHONPATH%
set PYTHONPATH=<openvino_repo>/bin/<arch>/Release/python;<openvino_repo>/tools/ovc;%PYTHONPATH%
set OPENVINO_LIB_PATHS=<openvino_repo>/bin/<arch>/Release;<openvino_repo>/temp/tbb/bin
```
or install the wheel with pip:
Expand Down

0 comments on commit b644798

Please sign in to comment.