Installation
There are two ways to install Crispy: directly from GitHub, or by cloning the repository manually.
From GitHub (Recommended)
Install directly using pip:
pip install git+https://github.com/DEBONDIUM/crispy.git
Manual Installation
If you want to explore or modify the source code:
git clone https://github.com/DEBONDIUM/crispy.git
cd crispy
pip install .
Requirements
Crispy requires the following Python packages:
These are installed automatically with pip, but can be installed manually if needed:
pip install numpy scipy open3d matplotlib