Getting Started ================== Installation ---------------- The latest stable release of mssm can be installed from `pypi `_. So to complete both steps (after installing ``conda`` - see `here `_ for instructions), simply run:: conda create -n mssm_env python=3.13 conda activate mssm_env pip install mssm mssmViz # 'mssmViz' only needed for plotting For more detailed instructions see the `README `_. Now that you have ``mssm`` installed, you can get started with the tutorial!