Getting Started#
Install ``cassiopy`` with pip
cassiopy is available on the python package index (pypi) as cassiopy:
$ pip install cassiopy
In order to check that the installation was successful, you can run the following command:
$ pip show cassiopy # show cassiopy location and version
The minimum version requirement for python is 3.9.
In addition, you can now import the cassiopy python package.
import cassiopy