From f1c19b5bd84f992ceb630a2743b13cea2b59edee Mon Sep 17 00:00:00 2001 From: Zengyi Qin Date: Wed, 28 Feb 2024 19:48:18 -0700 Subject: [PATCH] Update install.md --- docs/install.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/install.md b/docs/install.md index 1423a3b..ccad735 100644 --- a/docs/install.md +++ b/docs/install.md @@ -1,8 +1,8 @@ ## Install and Use Locally ### Table of Content -- [Linux Install](#linux-install) -- [Windows and macOS](#windows-and-macos-install) +- [Linux or macOS Install](#linux-or-macos-install) +- [Docker Install for Windows and macOS](#docker-install) - [Usage](#usage) - [Web UI](#webui) - [CLI](#cli) @@ -23,9 +23,10 @@ cd MeloTTS pip install -e . python -m unidic download ``` +If you encountered issues in macOS install, try the [Docker Install](#docker-install) -### Windows Install -To avoid compatibility issues, for Windows users, we suggest to run via Docker. Ensure that [you have Docker installed](https://docs.docker.com/engine/install/). +### Docker Install +To avoid compatibility issues, for Windows users and some macOS users, we suggest to run via Docker. Ensure that [you have Docker installed](https://docs.docker.com/engine/install/). **Build Docker**