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
|
conda activate matcha-tts
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Install Matcha TTS using pip from source
|
2. Install Matcha TTS using pip or from source
|
||||||
(in future we plan to add it to PyPI)
|
|
||||||
|
```bash
|
||||||
|
pip install matcha-tts
|
||||||
|
```
|
||||||
|
|
||||||
|
from source
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install git+https://github.com/shivammehta25/Matcha-TTS.git
|
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