From 36f9299f72fceb7bd92a51b5b213d356d3e13c7b Mon Sep 17 00:00:00 2001 From: Axel Marmoret <axel.marmoret@inria.fr> Date: Sat, 24 Dec 2022 01:48:16 +0100 Subject: [PATCH] pip info --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c010b82..ca8910a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Polytopic paradigms to study music, defined in [1], based on [2] and [3]. The goal of the polytopic approach is to define a new compression criteria, then used as cost for music segmentation, based on dynamic programming. See [4] for more details on this approach. +It can be installed with pip usin `pip install MusicOnPolytopes`. + [1] Marmoret, A., Cohen, J. E., & Bibmot, F. (2022). Polytopic Analysis of Music. arXiv preprint arXiv:2212.11054. [2] Guichaoua, C., Modèles de compression et critères de complexité pour la description et l’inférence de structure musicale. PhD thesis, 2017. [3] Louboutin, C., Modélisation multi-échelle et multi-dimensionnelle de la structure musicale par graphes polytopiques. PhD thesis, Rennes 1, 2019. -- GitLab