Using |rameau| ============== You can use |rameau| either through the command line interface (CLI) or through the Python API. The command line interface is a convenient way to run simulations without writing code. The Python API is more flexible and allows you to build more complex models and use the Python ecosystem. To use |rameau| through its CLI, you need to write a :ref:`tomlfile` that describes the settings and physical parameters of your model. This file is then passed to the |rameau| executable as an argument to run the model: .. code-block:: bash rameau-cli my_model.toml To use |rameau| through the API, see :ref:`_quick_overview`