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