Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/windows_developer_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ windows_build.bat

Optionally, you add parameter to the windows_build.bat script
```bat
windows_install_build_dependencies.bat my_dir_on_c --with_python --with_tests --integrity
windows_build.bat my_dir_on_c --with_python --with_tests --integrity
```
[arg1] This way you can change default dependency location directory to c:\my_dir_on_c
[arg2] --with_python - this will build the ovms.exe with python dependency and support for python chat templates for GENAI LLM
Expand Down