Installation#
This guide explains you how to install healpix-plotting on your system.
Requirements#
Python ≥ 3.13
Install#
Via conda#
conda install -c conda-forge healpix-resample
mamba install -c conda-forge healpix-resample
pixi add healpix-resample
Via pip#
pip install healpix-resample
uv add healpix-resample
Verify#
import healpix_resample
print(healpix_resample.__version__)
Dependencies#
Package |
Role |
|---|---|
|
Sparse matrix operations, GPU support |
|
HEALPix geometry (cell lookup, neighbourhoods) |
|
Array handling |
|
Visualization helpers (optional, for notebooks) |