pluGET/install_requirements_WINDOWS.bat

4 lines
167 B
Batchfile
Raw Normal View History

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