Merge pull request #23 from fakerybakery/patch-3
macOS works with installation
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
- [CLI](#cli)
|
- [CLI](#cli)
|
||||||
- [Python API](#python-api)
|
- [Python API](#python-api)
|
||||||
|
|
||||||
### Linux Install
|
### Linux or 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 github repo.
|
||||||
```bash
|
```bash
|
||||||
pip install git+https://github.com/myshell-ai/MeloTTS.git
|
pip install git+https://github.com/myshell-ai/MeloTTS.git
|
||||||
@@ -24,8 +24,8 @@ pip install -e .
|
|||||||
python -m unidic download
|
python -m unidic download
|
||||||
```
|
```
|
||||||
|
|
||||||
### Windows and macOS Install
|
### Windows Install
|
||||||
To avoid compatibility issues, for Windows and macOS 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, 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