From a5f05418bda0ee4d661b666086a3f5ee489d700e Mon Sep 17 00:00:00 2001 From: enhuiz Date: Fri, 13 Jan 2023 13:41:19 +0800 Subject: [PATCH] Add clone instruction --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a8d37f7..c596352 100644 --- a/README.md +++ b/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