MZ14E commited on
Commit
91599ee
·
verified ·
1 Parent(s): 61a14d4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- apify-client
2
- google-genai
3
- python-dotenv
4
- pandas
5
- huggingface_hub==0.22.2
 
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