Skip to content

Commit

Permalink
add warning that PATH should contain the omnet bin
Browse files Browse the repository at this point in the history
  • Loading branch information
kunterbunt committed Nov 5, 2023
1 parent 0264d2b commit 31aade1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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!"

0 comments on commit 31aade1

Please sign in to comment.