From 24eb816c1f3a77a2297dbbadc1f43298365766d3 Mon Sep 17 00:00:00 2001 From: baxtree Date: Tue, 29 Oct 2024 09:46:25 +0000 Subject: [PATCH] update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4379a2d..35e55f1 100644 --- a/README.md +++ b/README.md @@ -49,11 +49,13 @@ $ pip install 'subaligner[llm]' ``` # Install dependencies for enabling forced alignment +$ pip install 'setuptools<65.0.0' $ pip install 'subaligner[stretch]' ``` ``` # Install dependencies for setting up the development environment +$ pip install 'setuptools<65.0.0' $ pip install 'subaligner[dev]' ``` Note that both `subaligner[stretch]` and `subaligner[dev]` require additional dependencies to be pre-installed: @@ -66,6 +68,7 @@ $ brew install espeak ``` To install all supported features: ``` +$ pip install 'setuptools<65.0.0' $ pip install 'subaligner[harmony]' ```