:tocdepth: 3 Installation ############ Prerequisites +++++++++++++ The cellarium-cas package officially supports Python versions between 3.7 and 3.10. We recommend using Python 3.10. From PyPI repository ++++++++++++++++++++ Install the latest version using `pip` by running the following command: .. code-block:: bash :substitutions: pip install cellarium-cas If you wish to install a specific version, you can specify the version number: .. code-block:: bash :substitutions: pip install cellarium-cas==|version| Finally, if you wish to use visualization features, you can install the package with the visualization extras: .. code-block:: bash :substitutions: pip install cellarium-cas[vis]==|version|