Installation#
To install the Flowsheet Visualizer UI as a user, include the optional [ui] dependency as you install
the main IDAES Process Systems (IDAES-PSE) code.
Pre-installation:
The Flowsheet Visualizer UI supports Python >= 3.8
For best practices, you can create a separate Python environment and install it there
##Installation command:
pip install "idaes-pse[ui]"
Additional Links:
For details on installing IDAES-PSE for your platform please see IDAES-PSE installation instructions
If you want to use Flowsheet Visualizer as a developer please check Developer Documentation