mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-01 18:16:39 +00:00
5 lines
114 B
Bash
5 lines
114 B
Bash
|
#!/bin/bash
|
||
|
source ../env/Scripts/activate
|
||
|
python install_backend.py "$@"
|
||
|
read -p "Press any key to continue..."
|