Update Install.sh
Browse files- 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."
|