File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ function setup_fvp() {
124124 if [[ " ${OS} " != " Linux" ]]; then
125125 echo " [${FUNCNAME[0]} ] Warning: FVP only supported with Linux OS, skipping FVP setup..."
126126 echo " [${FUNCNAME[0]} ] Warning: For MacOS, using https://github.com/Arm-Examples/FVPs-on-Mac is recommended."
127- echo " [${FUNCNAME[0]} ] Warning: Follow the instructions and make sure the path is set correctly."
127+ echo " [${FUNCNAME[0]} ] Warning: Follow the instructions and make sure the path is set correctly."
128128 return 1
129129 fi
130130
@@ -323,6 +323,8 @@ setup_vela
323323# Setup FVP
324324setup_fvp
325325
326+ pip install mlia
327+
326328echo " [main] update path by doing 'source ${setup_path_script} '"
327329
328330echo " [main] success!"
You can’t perform that action at this time.
0 commit comments