Batch file zur Installation der nörigen python packages dazu gemacht
This commit is contained in:
@@ -3,4 +3,4 @@ call cremig_setenv.bat
|
|||||||
if "%1" == "-s" (set SIVAS_ID=%2) else (set /p SIVAS_ID=Enter Sivas ID:)
|
if "%1" == "-s" (set SIVAS_ID=%2) else (set /p SIVAS_ID=Enter Sivas ID:)
|
||||||
|
|
||||||
python %CREMIG_LIB%\update_database.py --sivas=%SIVAS_ID%
|
python %CREMIG_LIB%\update_database.py --sivas=%SIVAS_ID%
|
||||||
pause
|
pause
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
call cremig_setenv.bat
|
|
||||||
python %CREMIG_LIB%\cremig.py %*
|
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
call cremig_setenv.bat
|
||||||
|
pip install -r %CREMIG_LIB%/requirements.txt
|
||||||
|
pause
|
||||||
@@ -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
|
||||||
Reference in New Issue
Block a user