mirror of
https://github.com/shivammehta25/Matcha-TTS.git
synced 2026-02-04 17:59:19 +08:00
🍵 version bumb with readme update
This commit is contained in:
@@ -41,8 +41,13 @@ conda create -n matcha-tts python=3.10 -y
|
||||
conda activate matcha-tts
|
||||
```
|
||||
|
||||
2. Install Matcha TTS using pip from source
|
||||
(in future we plan to add it to PyPI)
|
||||
2. Install Matcha TTS using pip or from source
|
||||
|
||||
```bash
|
||||
pip install matcha-tts
|
||||
```
|
||||
|
||||
from source
|
||||
|
||||
```bash
|
||||
pip install git+https://github.com/shivammehta25/Matcha-TTS.git
|
||||
|
||||
@@ -1 +1 @@
|
||||
0.0.1.dev1
|
||||
0.0.1.dev2
|
||||
|
||||
Reference in New Issue
Block a user