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:
committed by
GitHub
parent
d2c2d4eb34
commit
426cc32258
@@ -48,6 +48,12 @@ conda activate GPTSoVits
|
|||||||
bash install.sh
|
bash install.sh
|
||||||
```
|
```
|
||||||
### Install Manually
|
### Install Manually
|
||||||
|
#### Make sure you have the distutils for python3.9 installed
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo apt-get install python3.9-distutils
|
||||||
|
```
|
||||||
|
|
||||||
#### Pip Packages
|
#### Pip Packages
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user