Update Install.sh
Browse files- Install.sh +2 -1
Install.sh
CHANGED
|
@@ -7,7 +7,8 @@ fi
|
|
| 7 |
|
| 8 |
source venv/bin/activate
|
| 9 |
|
| 10 |
-
pip install -
|
|
|
|
| 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
|