From f4deb276c437da3adc42f7a63ecc2b6357e62b62 Mon Sep 17 00:00:00 2001 From: mrfakename Date: Tue, 27 Feb 2024 08:50:00 -0800 Subject: [PATCH] Update installation docs --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c89943..1d6e7a3 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,17 @@ Some other features include: ## Install on Linux or macOS +**Installation:** + ```bash -git clone git+https://github.com/myshell-ai/MeloTTS.git +pip install git+https://github.com/myshell-ai/MeloTTS.git +python -m unidic download +``` + +**Manual installation:** + +```bash +git clone https://github.com/myshell-ai/MeloTTS.git cd MeloTTS pip install -e . python -m unidic download