Batch file zur Installation der nörigen python packages dazu gemacht

This commit is contained in:
2023-10-26 11:32:24 +02:00
parent 29f4bc746b
commit df67a0159e
4 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -3,4 +3,4 @@ call cremig_setenv.bat
if "%1" == "-s" (set SIVAS_ID=%2) else (set /p SIVAS_ID=Enter Sivas ID:)
python %CREMIG_LIB%\update_database.py --sivas=%SIVAS_ID%
pause
pause
-2
View File
@@ -1,2 +0,0 @@
call cremig_setenv.bat
python %CREMIG_LIB%\cremig.py %*
+3
View File
@@ -0,0 +1,3 @@
call cremig_setenv.bat
pip install -r %CREMIG_LIB%/requirements.txt
pause
+6
View File
@@ -0,0 +1,6 @@
numpy==1.26.1
pandas==2.1.1
python-dateutil==2.8.2
pytz==2023.3.post1
six==1.16.0
tzdata==2023.3