1
0
mirror of https://github.com/RVC-Boss/GPT-SoVITS.git synced 2025-04-06 03:57:44 +08:00

Merge pull request from http-404-usernotfound/patch-1

Update README.md
This commit is contained in:
RVC-Boss 2024-01-20 10:42:31 +08:00 committed by GitHub
commit 261afa45fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -48,6 +48,12 @@ conda activate GPTSoVits
bash install.sh
```
### Install Manually
#### Make sure you have the distutils for python3.9 installed
```bash
sudo apt-get install python3.9-distutils
```
#### Pip Packages
```bash