LAP-DEV commited on
Commit
53986ac
·
verified ·
1 Parent(s): 77d28cb

Update Install.sh

Browse files
Files changed (1) hide show
  1. Install.sh +2 -1
Install.sh CHANGED
@@ -7,7 +7,8 @@ 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."
13
  deactivate
 
7
 
8
  source venv/bin/activate
9
 
10
+ python -m pip install -U pip wheel
11
+ pip install --no-build-isolation -r requirements.txt && echo "Requirements installed successfully." || {
12
  echo ""
13
  echo "Requirements installation failed. Please remove the venv folder and run the script again."
14
  deactivate