From 737ebdd0c672c68c65888212a9720bad4384d78f Mon Sep 17 00:00:00 2001 From: Donald Cheng Hong Zou Date: Sat, 25 Dec 2021 15:20:04 -0500 Subject: [PATCH] Update wgd.sh --- src/wgd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wgd.sh b/src/wgd.sh index 83590c6..b91f184 100755 --- a/src/wgd.sh +++ b/src/wgd.sh @@ -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"