Installation

Requirements

PyFVTool requires Python 3.12 and the following packages:

  • numpy ≥ 2.0

  • scipy

  • matplotlib

Installing with pip

The recommended way to install PyFVTool is directly from GitHub using pip:

pip install git+https://github.com/FiniteVolumeTransportPhenomena/PyFVTool.git

In Google Colab

Add the following to the first cell of your notebook:

!pip install git+https://github.com/FiniteVolumeTransportPhenomena/PyFVTool.git

Development installation

If you want to modify the source code, install a development (editable) version. See Contributing for details.