Getting Started =============== Installing SimDec ----------------- To install the latest stable version of SimDec via pip from `PyPI `__. together with all the dependencies, run the following command: :: pip install simdec To install the latest development version of SimDec, run the following commands. Note that the development version may be unstable and include bugs. We encourage users use the latest stable version. :: git clone git@github.com:Simulation-Decomposition/simdec-python.git cd simdec-python pip install .