From a9cb8405385b6a12fc04ece4432f64a9df68a9aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Mon, 24 Jun 2024 17:33:13 +0900 Subject: [PATCH] doc: optimize README (#421) --- README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b80706e01..dadd521e4 100644 --- a/README.md +++ b/README.md @@ -62,26 +62,31 @@ For formal inquiries about the model and roadmap, please contact us at **open-so ## Installation (WIP) > Will be uploaded to pypi soon according to https://github.com/2noise/ChatTTS/issues/269 -#### 1. Install Directly + ```bash pip install git+https://github.com/2noise/ChatTTS ``` -#### 2. Install from conda +## Get Started +### Clone Repo ```bash git clone https://github.com/2noise/ChatTTS cd ChatTTS -conda create -n chattts -conda activate chattts -pip install -r requirements.txt ``` -## Get Started ### Install requirements +#### 1. Install Directly ```bash pip install --upgrade -r requirements.txt ``` +#### 2. Install from conda +```bash +conda create -n chattts +conda activate chattts +pip install -r requirements.txt +``` + ### Quick Start #### 1. Launch WebUI ```bash