Skip to content

Installation

Python package

Trano is a Python package that can be easily installed via pip.

pip install trano

Trano can also be utilized with Poetry.

poetry add trano

The Python package enables the generation of Modelica models from YAML configuration input. To simulate the model, ensure that Docker is installed on your system.

Docker

To simulate the Modelica model, you need to install Docker on your system. You can find installation instructions on the official Docker website.