mirror of
https://github.com/Neocky/pluGET.git
synced 2024-04-29 16:12:30 +00:00
4 lines
167 B
Batchfile
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 |