Installation
pip install mapcvRequires Python >= 3.10. Pre-built wheels cover Linux, macOS, and Windows.
Building from source
Section titled “Building from source”You need Rust and maturin.
git clone https://github.com/tahamukhtar20/mapcvcd mapcvpip install maturinmaturin develop --release--release enables Rust optimizations. Omitting it builds a debug binary that is significantly slower.
Verifying the install
Section titled “Verifying the install”mapcv --helpYou should see the list of available commands. If the command is not found, make sure the Python environment where you installed mapcv is active.