From ea4ffc0c67866fd4caa2edab6b51fdc6572505ba Mon Sep 17 00:00:00 2001 From: Christopher Woodall Date: Fri, 13 Jan 2023 07:58:00 -0500 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 453cb33..b312a50 100644 --- a/README.md +++ b/README.md @@ -6,21 +6,23 @@ An unofficial PyTorch implementation of [VALL-E](https://valle-demo.github.io/), [!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/enhuiz) + ## Install -### Install with pip +Note that the code is only tested under `Python 3.10.7`. +### Install with `pip` (remote) +```bash +pip install git+https://github.com/enhuiz/vall-e ``` + +### Install with `pip` (locally) +```bash +git clone --recurse-submodules https://github.com/enhuiz/vall-e.git +cd vall-e pip install --editable . ``` -### 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