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:
pip install scikit-clarans
Installing from Source
Alternatively, you can install directly from the source code on GitHub.
Clone the repository:
git clone https://github.com/ThienNguyen3001/scikit-clarans.git cd scikit-clarans
Install the package:
pip install .
Note
For developers who want to modify the source code, use editable mode:
pip install -e ".[dev]"