From bdc74d06c3d2ce4e88308134a68eb698f15d5827 Mon Sep 17 00:00:00 2001 From: Alex Z Date: Wed, 17 Jan 2024 08:59:38 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c00b4f..ee9cf5d 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,8 @@ https://github.com/RVC-Boss/GPT-SoVITS/assets/129054828/05bee1fa-bdd8-4d85-9350- Tested with Python 3.9, PyTorch 2.0.1, and CUDA 11. -### Quick Install with Conda +#### Quick Install with Conda + ```bash conda create -n GPTSoVits python=3.9 conda activate GPTSoVits