Installation

Requirements

GreenLearning relies on the following Python libraries:

How to install GreenLearning

  • For users, you can install the stable version with pip:

    pip install greenlearning
    

    or with conda:

    conda install -c conda-forge greenlearning
    
  • For developers, you should clone the GitHub repository and install it manually on your machine:

    git clone https://github.com/NBoulle/greenlearning.git
    cd greenlearning
    pip install -e.