LAP-DEV commited on
Commit
861f199
·
verified ·
1 Parent(s): 29947d4

Update Install.sh

Browse files
Files changed (1) hide show
  1. Install.sh +1 -0
Install.sh CHANGED
@@ -7,6 +7,7 @@ fi
7
 
8
  source venv/bin/activate
9
 
 
10
  pip install -r requirements.txt && echo "Requirements installed successfully." || {
11
  echo ""
12
  echo "Requirements installation failed. Please remove the venv folder and run the script again."
 
7
 
8
  source venv/bin/activate
9
 
10
+ pip install --upgrade pip setuptools wheel
11
  pip install -r requirements.txt && echo "Requirements installed successfully." || {
12
  echo ""
13
  echo "Requirements installation failed. Please remove the venv folder and run the script again."