Skip to content

01 Installation and Run

toogad edited this page Oct 13, 2019 · 6 revisions

Requirements: 1) Python3

As of now, PooPyLab is still under development. So most of the available code is for the underlying classes that can be used to build process units in a wastewater treatment plant flow sheet (or flow diagram). As a result, the definitions and implementations of the classes are subject to frequent revisions.

For testing purpose, one can clone the project. The class libraries and global utilities can be imported into user's Python script. The user would have to define his/her process flow diagrams by coding in Python. Please see the examples in the project's tests folder for more details.

Clone this wiki locally