1. Configuration

In the following, it is assumed that you have Python (*>=3.10* and *<3.13*) installed, the (64-bit) 3.11 release preferably.

1.1. Install

iamax can be installed using the package installer for Python, namely pip. Once you have the link to the whl file, the installation is straight forward.

pip install https://lo10.eu/██████████████████████████████████████████

1.2. Import

Importation is as simple as

import iamax as im
# [...]

The next section goes further.