Installation

Requirements

  • Python 3.12+

  • numpy

  • scipy

  • numba

  • matplotlib

  • healpy

From source

git clone https://github.com/mjlarson/kingmaker.git
pip install ./kingmaker

Development install

To install with testing and linting tools:

pip install -e "./kingmaker[dev]"