From 88ea6ffa5c09e3d6f5fa6920188f43faa0397f3a Mon Sep 17 00:00:00 2001 From: LexiconCode Date: Sat, 17 Dec 2022 12:27:31 -0600 Subject: [PATCH] Use py launcher in Install_Caster_DNS-WSR.bat --- Install_Caster_DNS-WSR.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Install_Caster_DNS-WSR.bat b/Install_Caster_DNS-WSR.bat index 026874f39..366c3521f 100644 --- a/Install_Caster_DNS-WSR.bat +++ b/Install_Caster_DNS-WSR.bat @@ -2,9 +2,9 @@ set currentpath=%~dp0 echo Installation path: %currentpath% echo Using this python/pip: -python -m pip -V +py -m pip -V echo Installing Caster Dependencies for DNS/WSR -python -m pip install -r "%currentpath%requirements.txt" +py -m pip install -r "%currentpath%requirements.txt" pause 1 \ No newline at end of file