Installation¶
Mapilli requires Python 3.10 or higher.
Using pip¶
Using uv¶
uv is a fast Python package manager:
From Source¶
Clone the repository and install with uv:
Verify Installation¶
After installation, verify that Mapilli is working:
Dependencies¶
Mapilli has minimal dependencies:
- rich - Terminal formatting
- structlog - Structured logging
- typer - CLI framework
All dependencies are automatically installed when you install Mapilli.