0. Before you startΒΆ

It will be helpful to have these steps already completed before you start the tutorial modules:

  • Make sure you have pip version 22.3 or newer.

  • You can upgrade pip to the latest version with:

pip install --upgrade pip
  • OR you can upgrade to a specific version with:

pip install --upgrade pip==x.y.z
  • Download OpenFOAM image with:

docker pull cfdengine/openfoam
  • Download redis image with:

docker pull redis