add install command to README.md (#39)

This commit is contained in:
Roberts Slisans
2025-07-13 17:33:21 +03:00
committed by GitHub
parent fde29c73b5
commit 37f67fb607

View File

@@ -22,6 +22,11 @@ An easy-to-use Voice Conversion framework based on VITS.<br><br>
## 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.