Skip to content

Installation

Terminal window
pip install mapcv

Requires Python >= 3.10. Pre-built wheels cover Linux, macOS, and Windows.


You need Rust and maturin.

Terminal window
git clone https://github.com/tahamukhtar20/mapcv
cd mapcv
pip install maturin
maturin develop --release

--release enables Rust optimizations. Omitting it builds a debug binary that is significantly slower.


Terminal window
mapcv --help

You should see the list of available commands. If the command is not found, make sure the Python environment where you installed mapcv is active.