mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-21 05:13:10 +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..."
|