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:
pip install cellarium-cas
If you wish to install a specific version, you can specify the version number:
pip install cellarium-cas==1.8.0
Finally, if you wish to use visualization features, you can install the package with the visualization extras:
pip install cellarium-cas[vis]==1.8.0