Installation ============ You can install `decisiontree-to-sankey` using `pip`: .. code-block:: bash pip install decisiontree-to-sankey Alternatively, clone the repository and install manually: .. code-block:: bash git clone https://github.com/LukeADay/DecisionTree-to-Sankey.git cd DecisionTree-to-Sankey conda env create -f environment.yml conda activate tree-sankey-visualizer pip install .