Files
TournamentStreamHelper/TSH_bat.bat
2023-12-11 15:53:28 +01:00

5 lines
151 B
Batchfile
Executable File

@echo off
python.exe -m pip install pipenv
python.exe -m pipenv install -r "dependencies/requirements.txt"
python.exe -m pipenv run python "./main.py"