Installation¶
Current version:
Available on PyPI, http://pypi.python.org/pypi/PyFMI
Additionally, PyFMI is available through conda:
conda install -c https://conda.binstar.org/chria pyfmi
Optional¶
- wxPython For the Plot GUI.
- matplotlib For the Plot GUI.
Once all the requirements are satisfied the installation is performed using the command:
python setup.py install --fmil-home=/path/to/fmil
Where the flag “–fmil-home” should point to where FMI Library has been installed.