Installing

PyFMU is available as a pre-built package through PyPI and Anaconda.

With pip

To install the package through PyPI use pip:

pip install pyfmu

With Conda

To install the package through conda use:

conda install pyfmu

From source

Alternatively, the package may be built from source. The first step of this is to obtain the source code from github:

git clone https://github.com/INTO-CPS-Association/pyfmu.git

The package may be installed in the system using pip by invoking:

pip install .