File size: 247 Bytes
b9a7843 d1b70e9 b9a7843 d1b70e9 b9a7843 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | echo --------------------------
echo Installing requirements...
echo --------------------------
pip install -r requirements.txt
echo --------------------------
echo Running initialization...
echo --------------------------
python init.py
pause
|