Installation

Follow the steps below to setup your SustainDC environment.

Dependencies

  1. Linux OS (tested on Ubuntu 20.04)

  2. Python 3.7+

  3. Conda (optional)

  4. Dependencies listed in the requirements.txt file

Installation Steps

Clone the latest SustainDC version from GitHub using:

git clone https://github.com/HewlettPackard/dc-rl.git

If using SSH, execute:

git clone git@github.com:HewlettPackard/dc-rl.git

Navigate to the project repository:

cd dc-rl

Create a Conda environment if you prefer using a virtual Python environment to manage packages for this project (optional):

conda create -n sustaindc python=3.10
conda activate sustaindc

Install the required packages:

pip install -r requirements.txt