Skip to content

Installation

Marc-Olivier Buob edited this page Jun 10, 2022 · 10 revisions

Git installation

Debian, Ubuntu

Required dependencies:

sudo apt update
sudo apt install git python3 python3-setuptools python3-pip g++ libboost-all-dev
sudo pip3 install -r requirements.txt

For developpers, also run:

sudo pip3 install -r requirements_dev.txt

Installation:

mkdir ~/git
cd ~/git
git clone https://github.com/nokia/pattern-clustering
cd pattern-clustering
sudo python3 ./setup.py install

Notebooks

This repository provides some notebooks:

To install Jupyter lab, we refer the reader to this link.

Clone this wiki locally