rl-institut / oep-pyam

A connection between the OEP database and the pyam plotting library
GNU Affero General Public License v3.0
2 stars 0 forks source link

oep-pyam

A connection between the OEP database and the pyam plotting library

Get started

On MS-Windows make sure to install a version of shapely first. conda install shapely -c conda-forge

  1. clone the repository

    git clone https://github.com/rl-institut/oep-pyam.git

  2. move to the repository

    cd oep-pyam

3.1 create a virtual environment without conda

3.1.1 install requirements

`pip install -r requirements`

3.2 create a virtual environment with conda

`conda env create --file=environment.yml`