File size: 258 Bytes
9d7a35f
f9714b0
 
 
 
 
 
b73eed5
f9714b0
b73eed5
f9714b0
4292dc6
1
2
3
4
5
6
7
8
9
10
11
12
13
@echo off
echo --------------------------
echo Installing requirements...
echo --------------------------
pip install -r requirements.txt

echo --------------------------
echo Running REPL-Cicle...
echo --------------------------
python start_repl.py

pause