# Getting started This page shows how to install **volkit**, fit a Gaussian Mixture with scikit‑learn, and use `GMMConditioner` / `ConditionalGMMRegressor`. ## Install ```bash pip install volkit ``` ## Requirements - Python 3.9–3.12 - NumPy, SciPy, scikit‑learn (installed automatically) - For the example plots: Matplotlib