Installation¶
Recommended Installation (using uv)¶
uv is an extremely fast Python package installer and resolver. To install bbox-visualizer using uv:
-
First, install uv if you haven't already:
-
Then install bbox-visualizer:
Alternative Installation (using pip)¶
You can also install bbox-visualizer using pip:
From Source¶
The source for bbox-visualizer can be downloaded from the Github repo.
You can clone the public repository:
Once you have a copy of the source, you can install it with uv (recommended):
For development installation with all extra dependencies:
Or using pip: