Getting started¶ Installation¶ Pip Warning The below command is not (yet) working. For now install the COOM Suite by cloning and installing locally from source. git clone https://github.com/potassco/coom-suite.git cd coomsuite pip install . pip install coomsuite Development mode git clone https://github.com/potassco/coom-suite.git cd coomsuite pip install -e .[all] Warning Use only for development purposes