From fc7377fe7e83f64b7cd9cfa4616ac14502252bfb Mon Sep 17 00:00:00 2001 From: Shivam Mehta Date: Sun, 17 Sep 2023 15:28:36 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=B5=20version=20bumb=20with=20readme?= =?UTF-8?q?=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +++++++-- matcha/VERSION | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aae3eec..bd44664 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/matcha/VERSION b/matcha/VERSION index 2bab8b2..6baf4f4 100644 --- a/matcha/VERSION +++ b/matcha/VERSION @@ -1 +1 @@ -0.0.1.dev1 +0.0.1.dev2