Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 746 Bytes

install.rst

File metadata and controls

23 lines (12 loc) · 746 Bytes

Install

HealSparse requires healpy, numpy, and astropy. If you have fitsio installed then additional features including memory-efficient concatenation of HealSparse maps are made available.

HealSparse is available at pypi, and the most convenient way of installing the latest released version is simply:

pip install healsparse

To install from source, you can run from the root directory:

python setup.py install

or use pip from the root directory:

pip install .