Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 723 Bytes

installation.rst

File metadata and controls

32 lines (19 loc) · 723 Bytes

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.