Installation#

The xeofs package can be installed using either the conda package manager or pip.

Conda#

If you are using the conda package manager, installation is recommended via the conda-forge channel:

conda install -c conda-forge xeofs

PIP#

Alternatively, you can also install xeofs using the Python package installer pip:

pip install xeofs

Make sure to install the package in an appropriate virtual environment to avoid conflicts with other packages or system-wide Python installations.