mirror of
https://github.com/Neocky/pluGET.git
synced 2024-04-29 16:12:30 +00:00
Added installer.bat
Changes: - added installer.bat file which automaticcally will install the needed python packages to run pluGET
This commit is contained in:
parent
78f38f36cd
commit
26d7965422
34
installer.bat
Normal file
34
installer.bat
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
@ECHO OFF
|
||||||
|
|
||||||
|
cd /d %~dp0
|
||||||
|
|
||||||
|
Echo ___ ___ ___ ___ ___ ___
|
||||||
|
Echo /\ \ /\__\ /\__\ /\ \ /\ \ /\ \
|
||||||
|
Echo /::\ \ /:/ / /:/ / /::\ \ /::\ \ \:\ \
|
||||||
|
Echo /:/\:\ \ /:/ / /:/ / /:/\:\ \ /:/\:\ \ \:\ \
|
||||||
|
Echo /::\~\:\ \ /:/ / /:/ / ___ /:/ \:\ \ /::\~\:\ \ /::\ \
|
||||||
|
Echo /:/\:\ \:\__\ /:/__/ /:/__/ /\__\ /:/__/_\:\__\ /:/\:\ \:\__\ /:/\:\__\
|
||||||
|
Echo \/__\:\/:/ / \:\ \ \:\ \ /:/ / \:\ /\ \/__/ \:\~\:\ \/__/ /:/ \/__/
|
||||||
|
Echo \::/ / \:\ \ \:\ /:/ / \:\ \:\__\ \:\ \:\__\ /:/ /
|
||||||
|
Echo \/__/ \:\ \ \:\/:/ / \:\/:/ / \:\ \/__/ \/__/
|
||||||
|
Echo \:\__\ \::/ / \::/ / \:\__\
|
||||||
|
Echo \/__/ \/__/ \/__/ \/__/
|
||||||
|
Echo `
|
||||||
|
Echo `
|
||||||
|
Echo ------------------------------------
|
||||||
|
Echo [By Neocky]
|
||||||
|
Echo https://github.com/Neocky/pluGET
|
||||||
|
Echo pluGET-Installer
|
||||||
|
Echo ------------------------------------
|
||||||
|
Echo `
|
||||||
|
Echo ----------------------------------------------------------------------------------
|
||||||
|
Echo [93mInstalling Python packages and dependencies...[0m
|
||||||
|
|
||||||
|
py -m pip install -r requirements.txt
|
||||||
|
|
||||||
|
Echo `
|
||||||
|
Echo [92mLaunching pluGET...[0m
|
||||||
|
|
||||||
|
launcher.bat
|
||||||
|
|
||||||
|
exit
|
Loading…
Reference in New Issue
Block a user