Skip to content

Installation

Requirements

  • Python 3.11 or later

From PyPI

pip install cfd-io

For Tecplot binary (.plt) support:

pip install cfd-io[tecplot]

Note

This requires a valid Tecplot license.

From Source

1
2
3
git clone https://github.com/uahypersonics/cfd-io.git
cd cfd-io
pip install -e .

Development Installation

pip install -e ".[dev]"