Developer Installation

Developer Installation#

Install#

If you want to install for development

  1. Clone the GitHub repository

  2. From the root of the cloned repo run: pip install -r requirements-dev.txt

Building the docs#

For developers, to build this documentation locally:

  1. Follow the developer install steps above

  2. Change to the docs directory and run pip install requirements.txt

  3. Run make html (Linux or MacOSX) or .\make.bat html (Windows)

  4. View the docs under _build/html


Contact#

If you have questions or feedback, please contact the IDAES team through the Github discussion board for the core IDAES-PSE repository.