Find this resource on NETL's Energy Data eXchange!
The instructions for setup are based on those found here.
-
Create new virtual environment
conda create -n prommis python=3.11 -y
-
Activate
activate prommis
-
Install prommis
pip install prommis
-
(Optional) Check the version of IDAES
idaes --version
-
Install the extensions
idaes get-extensions --extra petsc
-
Test the installation (and be prepared to wait)
pytest --pyargs idaes -W ignore