Skip to content

Installation

Python extension (pip)

pip install ramparils

CLI binary

Clone the repo and build with Cargo:

git clone https://github.com/deeper4ai/ramparils.git
cd ramparils
cargo build --release
# binary at target/release/ramparils

Requires Rust 1.85+.

Python extension (from source)

git clone https://github.com/deeper4ai/ramparils.git
cd ramparils
pip install maturin
maturin develop --features python

Verify

import ramparils
help(ramparils.specialize)