Installation

Install fastKDE using pip:

python -m pip install fastkde

To get set up with a development version, clone the repository and use uv to install:

git clone https://github.com/LBL-EESA/fastkde.git
cd fastkde
uv sync
uv pip install -e .