File size: 257 Bytes
56f5c1f be51596 c34e843 be51596 56f5c1f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | @echo off
echo --------------------------
echo Installing requirements...
echo --------------------------
pip install -r requirements.txt
echo --------------------------
echo Running HMP REPL-agent...
echo --------------------------
python repl.py
pause
|