Installation

Ready to get started? Installing scikit-clarans is straightforward.

Prerequisites

Ensure you have the following installed:

  • Python (>= 3.8)

Installing from Source

Alternatively, you can install directly from the source code on GitHub.

  1. Clone the repository:

    git clone https://github.com/ThienNguyen3001/scikit-clarans.git
    cd scikit-clarans
    
  2. Install the package:

    pip install .
    

    Note

    For developers who want to modify the source code, use editable mode:

    pip install -e ".[dev]"