AutoZoom/install.bat

5 lines
181 B
Batchfile
Raw Normal View History

2022-04-28 02:18:08 +03:00
echo AutoZoom needs Python 3 to work. Please read README.md!
python3 .\modules\install.py
python3 -m pip install -r requirements.txt
echo Run start.bat to proceed to AutoZoom.
pause