Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
|
|
|
| 1 |
+
# اختبر التثبيت محلياً في بيئة Python 3.10
|
| 2 |
+
python -m venv venv
|
| 3 |
+
source venv/bin/activate
|
| 4 |
+
pip install --upgrade pip setuptools wheel
|
| 5 |
+
pip install -r requirements.txt
|