Installation#
This guide explains you how to install healpix-plot on your system.
Requirements#
Python ≥ 3.13
Install#
Via conda#
conda install -c conda-forge healpix-plot
mamba install -c conda-forge healpix-plot
pixi add healpix-plot
Via pip#
pip install healpix-plot
uv add healpix-plot
Verify#
import healpix_plot
print(healpix_plot.__version__)