3 lines
47 B
Batchfile
3 lines
47 B
Batchfile
|
@echo off
|
||
|
pip install -r requirements.txt
|
||
|
pause
|