Skip to content

Installation

You can install traj-dist-rs using pip:

From PyPI

pip install traj-dist-rs

From crates.io

cargo add traj-dist-rs --features parallel

From Source

uv and rustup are required.

git clone https://github.com/Davidham3/traj-dist-rs.git
cd traj-dist-rs
uv pip install .

Development Setup

To set up a development environment, uv and rustup are required:

git clone https://github.com/Davidham3/traj-dist-rs.git
cd traj-dist-rs
uv sync --dev --all-extras

This will build the Rust extension and install the package in development mode.