Spaces:
Build error
Build error
Update setup.sh
Browse files
setup.sh
CHANGED
|
@@ -1,7 +1,3 @@
|
|
| 1 |
#!/bin/bash
|
| 2 |
-
|
| 3 |
-
# Install pip and build tools first, before any other dependencies
|
| 4 |
python -m pip install --upgrade pip setuptools wheel
|
| 5 |
-
|
| 6 |
-
# Now install the project requirements
|
| 7 |
pip install -r requirements.txt
|
|
|
|
| 1 |
#!/bin/bash
|
|
|
|
|
|
|
| 2 |
python -m pip install --upgrade pip setuptools wheel
|
|
|
|
|
|
|
| 3 |
pip install -r requirements.txt
|