From 3a4f4ab833df7043b4ccb5ef6b508793beebdbb1 Mon Sep 17 00:00:00 2001 From: Samuele Cornell Date: Tue, 22 Jul 2025 15:39:25 +0200 Subject: [PATCH] Update README.md installation see https://github.com/wavlab-speech/versa/issues/34#issuecomment-3102640970 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 05c1eb2..6a85722 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,10 @@ cd versa pip install . ``` +or alternatively, without cloning: +```bash +python -m pip install git+https://github.com/wavlab-speech/versa.git#egg=versa-speech-audio-toolkit --no-build-isolation +``` ### Metric-Specific Dependencies VERSA aligns with original APIs provided by algorithm developers rather than redistributing models. The core package includes many metrics by default, but some require additional installation.