From 6ef05ab464c3d79bcaa7933d3ca02143a8246f00 Mon Sep 17 00:00:00 2001 From: Zengyi Qin Date: Tue, 27 Feb 2024 18:14:51 -0700 Subject: [PATCH] Update install.md --- docs/install.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/install.md b/docs/install.md index 6ddcf5b..b0b61f9 100644 --- a/docs/install.md +++ b/docs/install.md @@ -8,10 +8,8 @@ - [CLI](#cli) - [Python API](#python-api) - - ### Linux Install -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 github repo. ```bash pip install git+https://github.com/myshell-ai/MeloTTS.git python -m unidic download @@ -231,4 +229,4 @@ speaker_ids = model.hps.data.spk2id output_path = 'kr.wav' model.tts_to_file(text, speaker_ids['KR'], output_path, speed=speed) -``` \ No newline at end of file +```