From 31aade10f9f8de43f508a15e8eee5b49c076c168 Mon Sep 17 00:00:00 2001 From: Sebastian Lindner Date: Sun, 5 Nov 2023 21:56:32 +0100 Subject: [PATCH] add warning that PATH should contain the omnet bin --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index e73319a..19a3884 100755 --- a/install.sh +++ b/install.sh @@ -205,3 +205,5 @@ cd ../../scenarios/results echo -e "\n\nInstall python packages into local pipenv environment" make install-python-env echo -e "\n\nAll done! Try it by running the following commands:\ncd scenarios/results\nmake sanity-check\nThis should start simulations and create graphs in the scenarios/results/_imgs/ directory." +echo -e "Please make sure that omnetpp-5.6.2/bin is in your PATH!" +