Installation

Verify installation

To check if the installation is ok use

import py3dic as mlt
mlt.__version__

From source

Since version 0.4.1 the py3dic uses a pyproject.toml file for compliance with PEP 517 and PEP 518. To install the package from source, clone the repository and run the following command:

pip install .