Installation

Verify installation

To check if the installation is ok use

import pymfoil as pymf
pymf .__version__

From source

The pymfoil uses a pyproject.toml file for (hopefully) compliance with PEP 517 and PEP 518. To install the package from source, clone the repository and run the following command:

pip install .