Installation
Install the package from PyPI:
pip install fastropop
For local development, clone the repository and install it in editable mode:
git clone git@github.com:jonaselgammal/fastropop.git
cd fastropop
pip install -e .
Optional extras for a local checkout:
pip install -e ".[docs]"
pip install -e ".[viz]"
pip install -e ".[docs,viz]"
Notes:
jaxandjaxlibare core dependencies- skymap generation requires a HEALPix backend
jax-healpyis preferred when installed- standard
healpyis supported as a fallback