Installation ============ To install PyBispectra, activate the desired environment in which you want the package, then install it using pip: .. code-block:: console $ pip install pybispectra PyBispectra requires Python >= 3.10. Other requirements are listed `here <_static/requirements.txt>`_. 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: .. code-block:: console $ conda create -n pybispectra_env $ conda activate pybispectra_env $ pip install pybispectra