Update install.md

This commit is contained in:
Zengyi Qin
2024-02-28 22:18:25 -07:00
committed by GitHub
parent 0bdd674bd7
commit 69983af7b1

View File

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