Installation Requirements Python 3.11 or later From PyPI 1pip install cfd-io For Tecplot binary (.plt) support: 1pip install cfd-io[tecplot] Note This requires a valid Tecplot license. From Source 1 2 3git clone https://github.com/uahypersonics/cfd-io.git cd cfd-io pip install -e . Development Installation 1pip install -e ".[dev]"