Tutorial
1. Installation

GreenLightPlus User Guide

1. Installing GreenLightPlus

1.1 Installing via pip

The simplest way to install is by using pip:

pip install GreenLightPlus

1.2 Installing from GitHub Clone

If you want to get the latest development version or contribute to the code, you can clone the repository from GitHub:

git clone https://github.com/greenpeer/GreenLightPlus.git
cd GreenLightPlus
pip install -e .