🍵 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
```
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