Installation

Via your favourite Python Package Manager

Conda

conda install -c conda-forge pyam

Pip

pip install pyam-iamc

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 numpy [6], matplotlib [2], and pandas [5]. Explicit requirements are fully enumerated below.

The required depedencies for pyam are:

argparse
iam-units>=2020.4.21
numpy>=1.19.0
requests
pandas>=1.1.1
pint
PyYAML
matplotlib>=3.2.0
seaborn
six
xlrd<2.0