Installation ============ Wheel File ---------- Currently, the only supported way to install IODE is by using a *wheel* file. A *wheel* file is essentially a *zip* file that contains all the necessary files to install a Python package. To install the Python package for IODE, you have to first download the *wheel* file `iode--cp--.whl` from the last release from the `release page `__. Then, open a terminal and go to the folder where you have downloaded the *wheel* file. To install the *iode* package, run the following command :: pip install iode--cp--.whl To test the installation, type :: python Then :: >>> import iode >>> iode.__version__ '' Required Dependencies --------------------- - Python 3.10, 3.11 or 3.12 - `numpy `__ - `pandas `__ - `matplotlib `__ Optional Dependencies --------------------- - `larray `__: N-dimensional labelled arrays in Python (developed by the Federal Planning Bureau in Belgium)