🍵 version bumb with readme update

This commit is contained in:
Shivam Mehta
2023-09-17 15:28:36 +00:00
parent b3a7305bf9
commit fc7377fe7e
2 changed files with 8 additions and 3 deletions

View File

@@ -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

View File

@@ -1 +1 @@
0.0.1.dev1 0.0.1.dev2