getendpoints/run.bat

6 lines
105 B
Batchfile

@echo off
python -m venv .venv
call .venv\Scripts\activate
pip install -r requirements.txt
python app.py