Installation of Splendor

There are 2 possible ways to install the requirements of splendor. 1. using conda. 2. using pip.

Install Splendor using conda:

Execute the following (in the repo’s top directory):

conda env create -f environment.yaml
conda activate splendor
pip install .

Install Splendor using pip:

Execute the following (in the repo’s top directory):

pip install -r requirements.txt
pip install .

Verify The Installation

splendor --help