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