Skip to content

Before You Start

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

  • Make sure you have python 3.8 or newer.

  • 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
      
  • Make sure you have GNU make tools and compilers.

  • (OPTIONAL) Install docker.

    • Download OpenFOAM image with:

      docker pull cfdengine/openfoam
      
    • Download redis image with:

      docker pull redis