Fusion-opt installation

Dependencies

  1. Linux OS (tested on Ubuntu 20.04)

  2. Python 3.9

  3. Conda

First time setup

Clone the latest Fusion-opt version from GitHub using:

git clone https://github.com/HewlettPackard/fusion-opt.git

If using SSH, execute:

git clone git@github.com:HewlettPackard/fusion-opt.git

Change the current working directory to the fusion-opt folder:

cd fusion-opt

Create a conda environment and install the needed dependencies:

conda create -n fusionopt python=3.9
conda activate fusionopt
pip install -r requirements.txt