Installation ============ Ready to get started? Installing ``scikit-clarans`` is straightforward. Prerequisites ------------- Ensure you have the following installed: * **Python** (>= 3.8) Installing from PyPI (Recommended) ---------------------------------- The easiest way to install is via pip: .. code-block:: bash pip install scikit-clarans Installing from Source ---------------------- Alternatively, you can install directly from the source code on GitHub. 1. **Clone the repository:** .. code-block:: bash git clone https://github.com/ThienNguyen3001/scikit-clarans.git cd scikit-clarans 2. **Install the package:** .. code-block:: bash pip install . .. note:: For developers who want to modify the source code, use editable mode: .. code-block:: bash pip install -e ".[dev]"