Installation

Via your favourite Python Package Manager

Conda

conda install -c conda-forge pyam

Pip

pip install pyam-iamc

Warning

The pyam package is distributed as “pyam-iamc” on pypi.

Installing From Source

pyam can also be installed from source.

pip install -e git+https://github.com/IAMconsortium/pyam.git#egg=pyam

Dependencies

Like any software project, we stand on the shoulders of giants. Our particular giants include pandas [5], matplotlib [2], and numpy [6]. See the setup-configuration for more information.