Batch file zur Installation der nörigen python packages dazu gemacht
This commit is contained in:
@@ -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