echo "--------------------------" | |
echo "Installing requirements..." | |
echo "--------------------------" | |
pip install -r requirements.txt | |
echo -------------------------- | |
echo Running REPL-Cicle... | |
echo -------------------------- | |
python start_repl.py | |