Skip to content

Setup Particula

Welcome! Choose the route that matches your comfort level:


Quick‑start for Experienced Users

Create Isolated Environment

See the conda, pip, or uv guides for exact commands.

Install Particula

If your Python Environment is already set up, install Particula directly using one of the following methods:


uv Installation

uv is a fast rust-based Python package manager.

uv pip install particula                   # uv ≈ much faster pip drop‑in 

with optional extras:

uv pip install "particula[extra]"


PyPI Installation

pip is Python’s default package manager and installs packages from the Python Package Index (PyPI).

pip install particula                   # PyPI

with optional extras:

pip install "particula[extra]"


Conda Installation

conda is a cross‑platform environment & package manager; Particula is distributed via the community‑maintained conda‑forge channel.

conda install -c conda-forge particula

Optional extras:

conda install -c conda-forge particula matplotlib pandas tqdm pint