Merge pull request #16 from fakerybakery/patch-2

Update installation docs
This commit is contained in:
Zengyi Qin
2024-02-27 10:22:20 -07:00
committed by GitHub

View File

@@ -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