From 37f67fb607b11070eaa65462c7e9c09f7e27ede9 Mon Sep 17 00:00:00 2001 From: Roberts Slisans Date: Sun, 13 Jul 2025 17:33:21 +0300 Subject: [PATCH] add install command to README.md (#39) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a485420..bb6e638 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,11 @@ An easy-to-use Voice Conversion framework based on VITS.

## Installation and usage +### Install rvc using pip +```sh +pip install git+https://github.com/RVC-Project/Retrieval-based-Voice-Conversion +``` + ### Standard Setup First, create a directory in your project. The `assets` folder will contain the models needed for inference and training, and the `result` folder will contain the results of the training.