Installation

Installing the package

Once your environment is ready (conda, or any Python environment with pip), you have two options:

Option A – without cloning (once published on PyPI)

pip install RepLikCompare

Option B – from source (works today)

git clone https://github.com/regueialaa/RepLikCompare.git
cd RepLikCompare
pip install .

Either way installs RepLikCompare together with all of its dependencies – including hdbscan and umap-learn – so it is available in both the terminal and Jupyter notebooks.