scripts: install warcli in start_network

This commit is contained in:
Carla Kirk-Cohen 2024-04-16 14:28:22 -04:00
parent 98c4301494
commit bd0fa407e6
No known key found for this signature in database
GPG Key ID: 4CA7FE54A6213C91
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ network_name="$1"
current_directory=$(pwd)
sim_files="$current_directory/attackathon/data/$network_name"
cd warnet
pip install -e .
echo "💣 Bringing up warnet 💣"
warcli network start "$sim_files/$network_name.graphml" --force