Installation ============ This page demonstrates how to use the EDMT Python module with a simple example. First, install EDMT: .. code-block:: console pip install edmt Then, import and use it in your Python code: .. code-block:: python import edmt edmt.init() This will initialize the EDMT module and prepare it for use in your application. For more detailed usage instructions and examples, please refer to the full documentation.