Installation ============ Simuk is tested and compatible with **Python 3.12 and later**. It depends on Arviz, PyMC, and tqdm. For specific version details, check the `pyproject.toml `_ file. The latest release of simuk can be installed using ``pip`` : Using pip --------- .. code-block:: bash pip install simuk Development Version ------------------- The latest development version can be installed from the main branch using ``pip``: .. code-block:: bash pip install git+https://github.com/arviz-devs/simuk.git