auth / start_server.bat
Prasannata's picture
first commit
7d369c8
raw
history blame contribute delete
234 Bytes
@echo off
echo Starting SAGAR AdaptiveAuth Framework...
echo.
echo Make sure you have installed the dependencies with:
echo pip install -r requirements.txt
echo.
echo Press any key to start the server...
pause > nul
python main.py