Installation¶
Conda¶
https://anaconda.org/conda-forge/pyam
conda install -c conda-forge pyam
Pypi¶
https://pypi.org/project/pyam-iamc/
Warning
The pyam package is distributed as “pyam-iamc” on pypi.
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-iamc
Dependencies¶
Like any software project, we stand on the shoulders of giants. Our particular giants include pandas (https://pandas.pydata.org), matplotlib (https://matplotlib.org), and numpy (https://numpy.org). See the pyproject.toml for more information.