Pip Umgebung dazu gebaut und pandas installiert

This commit is contained in:
2023-10-26 11:10:29 +02:00
parent 717f4943b0
commit 29f4bc746b
13 changed files with 607 additions and 48 deletions
+2 -1
View File
@@ -2,5 +2,6 @@ call cremig_setenv.bat
@echo off
if "%1" == "-s" (set SIVAS_ID=%2) else (set /p SIVAS_ID=Enter Sivas ID:)
call ..\Scripts\activate
python %CREMIG_LIB%\compare_lists.py --sivas=%SIVAS_ID%
pause
pause