From 69983af7b16a2164b7cd31e9007943e3d08b8daf Mon Sep 17 00:00:00 2001 From: Zengyi Qin Date: Wed, 28 Feb 2024 22:18:25 -0700 Subject: [PATCH] Update install.md --- docs/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.md b/docs/install.md index 105783d..ff3795c 100644 --- a/docs/install.md +++ b/docs/install.md @@ -9,9 +9,9 @@ - [Python API](#python-api) ### Linux and macOS Install -The repo is developed and tested on `Ubuntu 20.04` and `Python 3.9`. Use pip to install from github repo. +The repo is developed and tested on `Ubuntu 20.04` and `Python 3.9`. Use pip to install from PyPI: ```bash -pip install git+https://github.com/myshell-ai/MeloTTS.git +pip install melotts python -m unidic download ```