lollms-webui/installations/add_backend.bat

3 lines
67 B
Batchfile
Raw Normal View History

2023-05-05 22:28:17 +00:00
call ../env/Scripts/activate.bat
2023-05-25 21:24:14 +00:00
python install_binding.py %*
2023-05-05 22:28:17 +00:00
pause