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
+3
View File
@@ -0,0 +1,3 @@
call cremig_setenv.bat
pip install -r %CREMIG_LIB%/requirements.txt
pause