Installation#

To install PyBispectra, activate the desired environment in which you want the package, then install it using pip:

$ pip install pybispectra

PyBispectra requires Python >= 3.10. Other requirements are listed here.

If you need to create an environment in which to install PyBispectra, you can do so using conda, after which you can install the package:

$ conda create -n pybispectra_env
$ conda activate pybispectra_env
$ pip install pybispectra