Refer to the docs for documentation of the Fusion-opt.
Python3.9Conda
First, download the repository. If using HTML, execute:
$ git clone https://github.com/HewlettPackard/fusion-opt.gitIf using SSH, execute:
$ git clone git@github.com:HewlettPackard/fusion-opt.gitCreate a conda environment and install dependencies:
$ conda create -n mbohf python=3.9
$ conda activate mbohf
$ pip install -r requirements.txt