Add clone instruction

This commit is contained in:
enhuiz 2023-01-13 13:41:19 +08:00
parent 8355bc62bb
commit a5f05418bd

View File

@ -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