pluGET/install_requirements_WINDOWS.bat

4 lines
167 B
Batchfile

@echo off
title Installing requirements...
echo Installing Python packages and dependencies from requirements.txt... Please wait.
py -m pip install -r requirements.txt