Update installation docs

This commit is contained in:
mrfakename
2024-02-27 08:50:00 -08:00
committed by GitHub
parent 63869183f8
commit f4deb276c4

View File

@@ -25,8 +25,17 @@ Some other features include:
## Install on Linux or macOS ## Install on Linux or macOS
**Installation:**
```bash ```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 cd MeloTTS
pip install -e . pip install -e .
python -m unidic download python -m unidic download