Installing#

If you need to install Python, you should start by following the sunpy core installation guide.

sunkit-magex can then be installed with conda:

conda install -c conda-forge sunkit-magex

Alternatively sunkit-magex can be installed from PyPI using:

pip install sunkit-magex

This will install sunkit_magex and all of its dependencies. In addition to the core dependencies, numba is an optional dependency that can improve code performance. This can be installed with:

pip install sunkit-magex[performance]