Update README.md

Some users were facing problems while installing the PIP packages
because distutils.cmd module was missing in their Python environment.
This commit is contained in:
http-404-usernotfound 2024-01-19 21:47:42 +05:30 committed by GitHub
parent 547f3d8b55
commit e03bba18e2

View File

@ -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