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