2 lines
198 B
Batchfile
2 lines
198 B
Batchfile
@echo off
|
|
C:\msys64\msys2_shell.cmd -here -mingw64 -no-start -defterm -c "pacman --needed --noconfirm -S gcc mingw-w64-x86_64-python-poetry && poetry install --only main && poetry run python run.py" |