Skip to content

Commit

Permalink
macOS works with installation
Browse files Browse the repository at this point in the history
  • Loading branch information
fakerybakery authored Feb 29, 2024
1 parent 33c6822 commit 33d279c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- [CLI](#cli)
- [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.
```bash
pip install git+https://github.com/myshell-ai/MeloTTS.git
Expand All @@ -24,8 +24,8 @@ pip install -e .
python -m unidic download
```

### Windows and macOS 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/).
### Windows 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**

Expand Down

0 comments on commit 33d279c

Please sign in to comment.