4 lines
68 B
Batchfile
4 lines
68 B
Batchfile
|
@echo off
|
||
|
cd /d %~dp0
|
||
|
pip install -r requirements.txt
|
||
|
python main.py
|