Update install.md
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
## Install and Use Locally
|
## Install and Use Locally
|
||||||
|
|
||||||
### Table of Content
|
### Table of Content
|
||||||
- [Linux Install](#linux-install)
|
- [Linux or macOS Install](#linux-or-macos-install)
|
||||||
- [Windows and macOS](#windows-and-macos-install)
|
- [Docker Install for Windows and macOS](#docker-install)
|
||||||
- [Usage](#usage)
|
- [Usage](#usage)
|
||||||
- [Web UI](#webui)
|
- [Web UI](#webui)
|
||||||
- [CLI](#cli)
|
- [CLI](#cli)
|
||||||
@@ -23,9 +23,10 @@ cd MeloTTS
|
|||||||
pip install -e .
|
pip install -e .
|
||||||
python -m unidic download
|
python -m unidic download
|
||||||
```
|
```
|
||||||
|
If you encountered issues in macOS install, try the [Docker Install](#docker-install)
|
||||||
|
|
||||||
### Windows Install
|
### Docker Install
|
||||||
To avoid compatibility issues, for Windows users, we suggest to run via Docker. Ensure that [you have Docker installed](https://docs.docker.com/engine/install/).
|
To avoid compatibility issues, for Windows users and some macOS users, we suggest to run via Docker. Ensure that [you have Docker installed](https://docs.docker.com/engine/install/).
|
||||||
|
|
||||||
**Build Docker**
|
**Build Docker**
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user