From 66361659be7e98afe4cae79c6ecd072c4c3b410f Mon Sep 17 00:00:00 2001 From: Prodromos Kolyvakis Date: Wed, 9 Oct 2024 11:13:36 +0300 Subject: [PATCH] docs: add AIModels.fyi link and update pdm install method --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d323cf9..5a40834 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![Build Status](https://github.com/prokolyvakis/mudpod/actions/workflows/test_workflow.yml/badge.svg) [![arXiv](https://img.shields.io/badge/arXiv-2311.16614-b31b1b.svg)](https://arxiv.org/abs/2311.16614) -This package offers tools to analyze the unimodality of data sampled from multivariate distributions lying in the Euclidean Space. +This package offers tools to analyze the unimodality of data sampled from multivariate distributions lying in the Euclidean Space. To read an independent explanation and summary of this paper, please refer to the write-up by AIModels.fyi [here](https://www.aimodels.fyi/papers/arxiv/multivariate-unimodality-test-harnessing-dip-statistic-mahalanobis). ## Features @@ -19,7 +19,7 @@ To install `mudpod`, you can use [`pdm`](https://pdm-project.org/latest/), which Ensure you have `pdm` installed on your system. If not, install it using the following command: ```bash -curl -sSL https://raw.githubusercontent.com/pdm-project/pdm/main/install-pdm.py | python3 - +curl -sSL https://pdm-project.org/install-pdm.py | python3 - ``` ### Project Setup