From fc11cacd24f755c813a812d86c922f64761882c9 Mon Sep 17 00:00:00 2001 From: Donald Cheng Hong Zou Date: Sat, 25 Dec 2021 15:20:56 -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 b91f184..b3e59aa 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 --upgrade pip + ${VIRTUAL_ENV}/bin/python3 -m pip install -U pip ${VIRTUAL_ENV}/bin/python3 -m pip install -U -r requirements.txt printf "| WGDashboard installed successfully! |\n"