Skip to content

Commit

Permalink
Install python environment and update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Musab Ahmed Eltayeb Ahmed committed Apr 18, 2024
1 parent 30f3458 commit 7a57082
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ omnetpp-5.6.2/
*.log
*DS_Store*
.vscode/*
scenarios/results/slurm*
scenarios/results/Makefile.*

5 changes: 2 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,5 @@ cd ../..

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!"
make install-python-env

0 comments on commit 7a57082

Please sign in to comment.