Skip to content

Commit

Permalink
MPI tutorial: pip upgrade existing EMAworkbench installation
Browse files Browse the repository at this point in the history
This makes sure users don't accidently keep using an older version if they installed it previously.
  • Loading branch information
EwoutH authored May 24, 2024
1 parent 3fee358 commit 570233e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/indepth_tutorial/mpi-evaluator.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
"module load py-mpi4py\n",
"module load py-pip\n",
"\n",
"pip install --user ema_workbench\n",
"pip install --user --upgrade ema_workbench\n",
"\n",
"mpiexec -n 1 python3 ema_example_model.py\n",
"```\n",
Expand Down

0 comments on commit 570233e

Please sign in to comment.