InstallationΒΆ

This page demonstrates how to use the EDMT Python module with a simple example.

First, install EDMT:

pip install edmt

Then, import and use it in your Python code:

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.