From 33d279cc2e38da526a99f30fa4c7fbfc944282bf Mon Sep 17 00:00:00 2001 From: mrfakename Date: Wed, 28 Feb 2024 18:27:52 -0800 Subject: [PATCH] macOS works with installation --- docs/install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/install.md b/docs/install.md index 508277b..1423a3b 100644 --- a/docs/install.md +++ b/docs/install.md @@ -8,7 +8,7 @@ - [CLI](#cli) - [Python API](#python-api) -### Linux Install +### Linux or macOS Install The repo is developed and tested on `Ubuntu 20.04` and `Python 3.9`. Use pip to install from github repo. ```bash pip install git+https://github.com/myshell-ai/MeloTTS.git @@ -24,8 +24,8 @@ pip install -e . python -m unidic download ``` -### Windows and macOS Install -To avoid compatibility issues, for Windows and macOS users, we suggest to run via Docker. Ensure that [you have Docker installed](https://docs.docker.com/engine/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/). **Build Docker**