Skip to content

Commit

Permalink
doc: optimize README (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama authored Jun 24, 2024
1 parent c8cb6bd commit a9cb840
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a9cb840

Please sign in to comment.