erstes Skelett eingestellt

This commit is contained in:
2023-11-21 11:23:37 +01:00
parent 41d04641b3
commit 5501777b12
4 changed files with 44 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
@echo off
CALL sivasprices_setenv.bat
IF NOT EXIST %SIVASPRICES%\.venv CALL %SIVASPRICES%\install_py.bat
CALL %SIVASPRICES%\.venv\Scripts\activate.bat
python %SIVASPRICES%\update_database.py -r
deactivate