File size: 256 Bytes
0ee1ebc |
1 2 3 4 5 6 7 8 9 10 11 12 |
#!/bin/bash
echo "--------------------------"
echo "Installing requirements..."
echo "--------------------------"
pip install -r requirements.txt
echo --------------------------
echo Check agents...
echo --------------------------
python check_agents.py
|