Installation

You can install brickalize using pip or directly from the source repository.

Installing from Source (GitHub)

If you want the latest development version or the package is not yet on PyPI, you can install it directly from the GitHub repository:

pip install git+https://github.com/CreativeMindstorms/brickalize.git

This command will clone the repository and install the package, also taking care of dependencies listed in pyproject.toml.

Dependencies

Installing brickalize using either method will automatically install the following required libraries:

  • numpy

  • open3d

  • trimesh

  • tqdm

  • opencv-python

  • scipy

  • rtree

Ensure you have a compatible Python version (>= 3.8) installed.