Skip to content

Commit

Permalink
Use py launcher in Install_Caster_DNS-WSR.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
LexiconCode committed Dec 17, 2022
1 parent f0ba1cd commit 88ea6ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Install_Caster_DNS-WSR.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 88ea6ff

Please sign in to comment.