Add clone instruction
This commit is contained in:
parent
8355bc62bb
commit
a5f05418bd
10
README.md
10
README.md
|
@ -8,11 +8,19 @@ An unofficial PyTorch implementation of [VALL-E](https://valle-demo.github.io/),
|
|||
|
||||
## Install
|
||||
|
||||
### Install with pip
|
||||
|
||||
```
|
||||
pip install git+https://github.com/enhuiz/vall-e
|
||||
```
|
||||
|
||||
Note that the code is only tested under Python 3.10.7.
|
||||
### Clone
|
||||
|
||||
```
|
||||
git clone --recurse-submodules https://github.com/enhuiz/vall-e.git
|
||||
```
|
||||
|
||||
Note that the code is only tested under `Python 3.10.7`.
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user