Install
HPGeom requires the following python package and its dependencies:
HPGeom is available at pypi and conda-forge. The most convenient way of installing the latest released version is simply:
conda install -c conda-forge hpgeom
or
pip install hpgeom
To install from source, you can run from the root directory (provided you have a working C compiler):
pip install .
In order to additionally install the requirements for running tests, use:
pip install .[test,test_with_healpy]