fix: update.bat not activating venv

pull/13/head
sean1832 1 year ago
parent 021366ca67
commit 3d8c291b17

@ -1,3 +1,7 @@
@echo off
echo Activating Virtural environment!
call .\venv\Scripts\activate
echo Checking library updates...
set "REQUIREMENTS=requirements.txt"
set "LAST_MODIFIED=requirements.temp"

Loading…
Cancel
Save