1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-06-30 22:50:14 +02:00

Update wgd.sh

This commit is contained in:
Donald Cheng Hong Zou 2021-12-25 15:20:04 -05:00
parent 710d631ffe
commit 737ebdd0c6

View File

@ -47,7 +47,7 @@ install_wgd(){
# set up the local environment
_check_and_set_venv
${VIRTUAL_ENV}/bin/python3 -m pip -U pip
${VIRTUAL_ENV}/bin/python3 -m pip --upgrade pip
${VIRTUAL_ENV}/bin/python3 -m pip install -U -r requirements.txt
printf "| WGDashboard installed successfully! |\n"